]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding cups packages
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 11 Apr 2010 14:28:12 +0000 (11:28 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 11 Apr 2010 14:28:12 +0000 (11:28 -0300)
manifests/subsystems/utils.pp

index 61c4c5c81b340a2d5393dc4d021dc3066ab3d40b..287fcc1b2f192e4277d24cfe5b6f8885326b5319 100644 (file)
@@ -45,7 +45,7 @@ class utils::personal {
               'gitk',              'konqueror',               'mpg123',
               'audacious',         'qjackctl',                'bittorrent',
               'subversion',        'fortunes-br',             'xine-ui',
-              'broffice.org',      'mozilla-firefox-adblock' ]:
+              'broffice.org',      'mozilla-firefox-adblock', 'cups-client' ]:
     ensure => installed,
   }
 
@@ -85,4 +85,7 @@ class utils::laptop {
 
 # Common utilities for desktop
 class utils::desktop {
+  package { 'cups':
+    ensure => installed,
+  }
 }