diff --git a/manifests/params.pp b/manifests/params.pp --- a/manifests/params.pp +++ b/manifests/params.pp @@ -33,9 +33,9 @@ class debnet::params { $interfaces_file = '/etc/network/interfaces' $interfaces_dir = '/etc/network/interfaces.d' - $iproute_pkg = 'iproute' + s$iproute_pkg = 'iproute2' $wvdial_pkg = 'wvdial' $dhclient_pkg = 'isc-dhcp-client' $bridge_utils_pkg = 'bridge-utils' $ifenslave_pkg = 'ifenslave-2.6' -} \ No newline at end of file +}