aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/office/hp.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utils/office/hp.pp')
-rw-r--r--manifests/utils/office/hp.pp4
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,
}
}