]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding wicd-gtk into utils::laptop::debian
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 1 Feb 2013 01:43:47 +0000 (23:43 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 1 Feb 2013 01:43:47 +0000 (23:43 -0200)
manifests/subsystems/utils/laptop.pp

index bab727fbd2c4626848707cef1f884d50d4b88637..1f962d3359eec7d4d62e96735fd5c24383d779a5 100644 (file)
@@ -22,7 +22,7 @@ class utils::laptop::debian {
   }
 
   # Wicd
-  package { [ 'wicd', 'wicd-curses' ]:
+  package { [ 'wicd', 'wicd-curses', 'wicd-gtk' ]:
     ensure => installed,
   }