diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-12-28 11:34:56 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-12-28 11:34:56 -0200 |
commit | 1ec9c6d2c3fd89e2161f21298544b03864194dd7 (patch) | |
tree | b6be8a5331de4100ad0e6cac1b6f93ad018ee2fa /manifests | |
parent | bdbd58d925696217b7685bb330fcb7ed020dbf4a (diff) | |
download | puppet-nodo-1ec9c6d2c3fd89e2161f21298544b03864194dd7.tar.gz puppet-nodo-1ec9c6d2c3fd89e2161f21298544b03864194dd7.tar.bz2 |
Add hpip into nodo::role::nas
Diffstat (limited to 'manifests')
-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 27604bb..6b80e5f 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', 'cups-bsd' ]: + package { [ 'cups', 'cups-client', 'cups-bsd', 'hplip' ]: ensure => installed, } } |