diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-12-28 10:00:15 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-12-28 10:00:15 -0200 |
commit | bdbd58d925696217b7685bb330fcb7ed020dbf4a (patch) | |
tree | eadab23d4fc68e3155dbf8b5e1dd52bbc87e9bbd /manifests/role/nas.pp | |
parent | 208241fdb2748358dcc397f4af3fd5bb2742b242 (diff) | |
download | puppet-nodo-bdbd58d925696217b7685bb330fcb7ed020dbf4a.tar.gz puppet-nodo-bdbd58d925696217b7685bb330fcb7ed020dbf4a.tar.bz2 |
Include cups-bsd on nodo::role::nas
Diffstat (limited to 'manifests/role/nas.pp')
-rw-r--r-- | manifests/role/nas.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/role/nas.pp b/manifests/role/nas.pp index c34b4b8..27604bb 100644 --- a/manifests/role/nas.pp +++ b/manifests/role/nas.pp @@ -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, } } |