From 4a880ad141c8deefb41549e5e79c868303e1c296 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 23 Sep 2016 16:29:26 -0300 Subject: Coding style for utilities --- manifests/utils/office/hp.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'manifests/utils/office') 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, } } -- cgit v1.2.3