diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-11-24 22:13:52 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-11-24 22:13:52 -0200 |
commit | 73fcb436281c7ecf5df846ac5e6fc05b29208cc7 (patch) | |
tree | f823fdcfb14aa85c363ad88cfea13444d59a7ccd | |
parent | 80c34fb14bd8220eb252c1c6430f1853ea3ec8b1 (diff) | |
download | puppet-nodo-73fcb436281c7ecf5df846ac5e6fc05b29208cc7.tar.gz puppet-nodo-73fcb436281c7ecf5df846ac5e6fc05b29208cc7.tar.bz2 |
Adding bluez-gnome to utils::laptop
-rw-r--r-- | manifests/subsystems/utils.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp index 0bebae3..f34feb7 100644 --- a/manifests/subsystems/utils.pp +++ b/manifests/subsystems/utils.pp @@ -121,7 +121,7 @@ class utils::laptop { package { [ 'cpufrequtils', 'module-assistant', 'madwifi-source', 'madwifi-tools', 'wireless-tools', 'wpasupplicant', 'ekiga', 'gnome', 'revelation', - 'wicd' ]: + 'wicd', 'bluez-gnome' ]: ensure => installed, } } |