diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-09-21 09:44:53 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-09-21 09:44:53 -0300 |
commit | c3578d248a494224cc508d663bf1f8c42953b491 (patch) | |
tree | 7931952e6ab6c32058d267886a0bf8d13bcf66f3 /manifests/role/nas.pp | |
parent | 3e177f199af04a5109b903dfa4b50d8558e743c5 (diff) | |
download | puppet-nodo-c3578d248a494224cc508d663bf1f8c42953b491.tar.gz puppet-nodo-c3578d248a494224cc508d663bf1f8c42953b491.tar.bz2 |
Adds nodo::utils::printer
Diffstat (limited to 'manifests/role/nas.pp')
-rw-r--r-- | manifests/role/nas.pp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/manifests/role/nas.pp b/manifests/role/nas.pp index a0a4c3d..08b0ac7 100644 --- a/manifests/role/nas.pp +++ b/manifests/role/nas.pp @@ -294,10 +294,7 @@ class nodo::role::nas( if $cups == true { include firewall::printer - - package { [ 'cups', 'cups-client', 'cups-bsd', 'hplip' ]: - ensure => installed, - } + include nodo::utils::printer } # |