forgot to install ethtool

This commit is contained in:
John Bintz 2012-05-17 16:40:21 -04:00
parent c540794dd1
commit 32af825f62
1 changed files with 2 additions and 0 deletions

View File

@ -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'),