]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Include cups-bsd on nodo::role::nas
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 28 Dec 2014 12:00:15 +0000 (10:00 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 28 Dec 2014 12:00:15 +0000 (10:00 -0200)
manifests/role/nas.pp

index c34b4b8e47af4fbee9f0dcf7a558b91dad106e22..27604bb6701ffe91aec1a6c5b77f07fcb29d4129 100644 (file)
@@ -297,7 +297,7 @@ class nodo::role::nas(
   if $cups == true {
     include firewall::printer
 
-    package { [ 'cups', 'cups-client' ]:
+    package { [ 'cups', 'cups-client', 'cups-bsd' ]:
       ensure => installed,
     }
   }