From: Silvio Rhatto Date: Fri, 1 Feb 2013 01:43:47 +0000 (-0200) Subject: Adding wicd-gtk into utils::laptop::debian X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=43c9700a77e8bb10ac9812f42cd7af3f71ba5a45;p=puppet-nodo.git Adding wicd-gtk into utils::laptop::debian --- 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, }