forgot to install ethtool
This commit is contained in:
parent
c540794dd1
commit
32af825f62
@ -1,6 +1,8 @@
|
||||
class tc::debian($config) {
|
||||
$packages = [ 'ethtool' ]
|
||||
|
||||
package { $packages: ensure => installed }
|
||||
|
||||
init_d_bundle { 'tc':
|
||||
init_d_prolog => template('tc/debian/init-d-prolog'),
|
||||
init_d_prerun => template('tc/debian/init-d-prerun'),
|
||||
|
Loading…
Reference in New Issue
Block a user