aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/office
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utils/office')
-rw-r--r--manifests/utils/office/hp.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/utils/office/hp.pp b/manifests/utils/office/hp.pp
new file mode 100644
index 0000000..0ca7241
--- /dev/null
+++ b/manifests/utils/office/hp.pp
@@ -0,0 +1,5 @@
+class nodo::utils::office::hp {
+ package { 'hplip-gui':
+ ensure => present,
+ }
+}