diff options
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/subsystems/utils.pp | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp index 879a8b4..b3e23e9 100644 --- a/manifests/subsystems/utils.pp +++ b/manifests/subsystems/utils.pp @@ -82,7 +82,8 @@ class utils::personal {  class utils::laptop {    package { [ 'cpufrequtils',  'module-assistant', 'madwifi-source',                'madwifi-tools', 'wireless-tools',   'wpasupplicant', -              'ekiga',         'gnome',            'revelation' ]: +              'ekiga',         'gnome',            'revelation', +              'wicd' ]:      ensure => installed,    }  } | 
