diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-30 16:43:43 -0200 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-30 16:43:43 -0200 | 
| commit | bef14e7b96282762cfc9b57704c40eb42c275f3a (patch) | |
| tree | c62eedeb63e2b0fc1d3a6c9bba755eba7269a97b | |
| parent | 70741ef216e860e850611a0c6f915e06955252be (diff) | |
| download | puppet-nodo-bef14e7b96282762cfc9b57704c40eb42c275f3a.tar.gz puppet-nodo-bef14e7b96282762cfc9b57704c40eb42c275f3a.tar.bz2 | |
Removing duplicate definition
| -rw-r--r-- | manifests/subsystems/utils/laptop.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/manifests/subsystems/utils/laptop.pp b/manifests/subsystems/utils/laptop.pp index 38c64c8..dbac16b 100644 --- a/manifests/subsystems/utils/laptop.pp +++ b/manifests/subsystems/utils/laptop.pp @@ -17,7 +17,7 @@ class utils::laptop::debian {                'btscanner',     'laptop-mode-tools', 'acpi-support',                'tftp',          'sharutils',         'wireshark',                'macchanger',    'weplab',            'wpagui', -              'gnokii',        'mumble',            'arp-scan' ]: +              'gnokii',        'mumble' ];      ensure => installed,    } | 
