diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-12-27 16:36:45 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-12-27 16:36:45 -0200 |
commit | 632978a03ebab51bcd2d551f4983518204f44c54 (patch) | |
tree | 0711d8e5a685fc0162fe443d1d579fb488fc7043 /manifests/subsystems | |
parent | 86e40a835c34ed05de570116bed69bb339d50321 (diff) | |
download | puppet-nodo-632978a03ebab51bcd2d551f4983518204f44c54.tar.gz puppet-nodo-632978a03ebab51bcd2d551f4983518204f44c54.tar.bz2 |
Adding mumble into utils::laptop::debian
Diffstat (limited to 'manifests/subsystems')
-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 f3be2bc..b81e785 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', 'kismet', 'sharutils', 'wireshark', 'macchanger', 'weplab', 'wpagui', - 'gnokii' ]: + 'gnokii', 'mumble' ]: ensure => installed, } |