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/thinkpad.pp | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'manifests/utils/thinkpad.pp') diff --git a/manifests/utils/thinkpad.pp b/manifests/utils/thinkpad.pp index d595dbc..ae25178 100644 --- a/manifests/utils/thinkpad.pp +++ b/manifests/utils/thinkpad.pp @@ -1,16 +1,22 @@ class nodo::utils::thinkpad { # Keyboard - package { 'tpb': + package { [ + 'tpb', + ]: ensure => installed, } # Thinkfan - package { 'thinkfan': + package { [ + 'thinkfan', + ]: ensure => installed } # HDAPS - package { 'hdapsd': + package { [ + 'hdapsd', + ]: ensure => installed, } } -- cgit v1.2.3