diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-31 23:43:47 -0200 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-31 23:43:47 -0200 |
| commit | 43c9700a77e8bb10ac9812f42cd7af3f71ba5a45 (patch) | |
| tree | 7a3be8f60069c31a285d923a24d0437c8f3ae0e6 | |
| parent | 0edfe1d40f5a900e16d86461ee50238006d3b77b (diff) | |
| download | puppet-nodo-43c9700a77e8bb10ac9812f42cd7af3f71ba5a45.tar.gz puppet-nodo-43c9700a77e8bb10ac9812f42cd7af3f71ba5a45.tar.bz2 | |
Adding wicd-gtk into utils::laptop::debian
| -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 bab727f..1f962d3 100644 --- a/manifests/subsystems/utils/laptop.pp +++ b/manifests/subsystems/utils/laptop.pp @@ -22,7 +22,7 @@ class utils::laptop::debian { } # Wicd - package { [ 'wicd', 'wicd-curses' ]: + package { [ 'wicd', 'wicd-curses', 'wicd-gtk' ]: ensure => installed, } |
