diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/utils/thinkpad.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils/thinkpad.pp b/manifests/utils/thinkpad.pp index a712048..4499ed6 100644 --- a/manifests/utils/thinkpad.pp +++ b/manifests/utils/thinkpad.pp @@ -12,7 +12,7 @@ class nodo::utils::thinkpad ( package { [ 'thinkfan', ]: - ensure => installed + ensure => $ensure, } # HDAPS |