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/printer.pp | |
| parent | 50d24f812a1ea34e190632cfef4b217490d7522d (diff) | |
| download | puppet-nodo-4a880ad141c8deefb41549e5e79c868303e1c296.tar.gz puppet-nodo-4a880ad141c8deefb41549e5e79c868303e1c296.tar.bz2  | |
Coding style for utilities
Diffstat (limited to 'manifests/utils/printer.pp')
| -rw-r--r-- | manifests/utils/printer.pp | 8 | 
1 files changed, 7 insertions, 1 deletions
diff --git a/manifests/utils/printer.pp b/manifests/utils/printer.pp index 25226b7..2b1875a 100644 --- a/manifests/utils/printer.pp +++ b/manifests/utils/printer.pp @@ -1,5 +1,11 @@  class nodo::utils::printer { -  package { [ 'cups-client', 'hplip', 'cups-bsd', 'printer-driver-hpcups', 'hpijs-ppds' ]: +  package { [ +    'cups-client', +    'hplip', +    'cups-bsd', +    'printer-driver-hpcups', +    'hpijs-ppds', +  ]:      ensure  => present,    }  }  | 
