From 5a55d6224007f7ac0d0e6bd5f649e50b7d60ae3d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 3 Feb 2017 08:44:59 -0200 Subject: Adds ensure param to utils classes --- manifests/utils/touchpad.pp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'manifests/utils/touchpad.pp') diff --git a/manifests/utils/touchpad.pp b/manifests/utils/touchpad.pp index e9683f4..07d0215 100644 --- a/manifests/utils/touchpad.pp +++ b/manifests/utils/touchpad.pp @@ -1,8 +1,10 @@ -class nodo::utils::touchpad { +class nodo::utils::touchpad ( + $ensure = 'installed', +) { # Touchpad package { [ 'gpointing-device-settings', ]: - ensure => present, + ensure => $ensure, } } -- cgit v1.2.3