diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-09-23 16:29:26 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-09-23 16:29:26 -0300 |
commit | 4a880ad141c8deefb41549e5e79c868303e1c296 (patch) | |
tree | 259be8415b54beb82bcafa6fed2114de49a627b4 /manifests/utils/office | |
parent | 50d24f812a1ea34e190632cfef4b217490d7522d (diff) | |
download | puppet-nodo-4a880ad141c8deefb41549e5e79c868303e1c296.tar.gz puppet-nodo-4a880ad141c8deefb41549e5e79c868303e1c296.tar.bz2 |
Coding style for utilities
Diffstat (limited to 'manifests/utils/office')
-rw-r--r-- | manifests/utils/office/hp.pp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/utils/office/hp.pp b/manifests/utils/office/hp.pp index 0ca7241..193eb46 100644 --- a/manifests/utils/office/hp.pp +++ b/manifests/utils/office/hp.pp @@ -1,5 +1,7 @@ class nodo::utils::office::hp { - package { 'hplip-gui': + package { [ + 'hplip-gui', + ]: ensure => present, } } |