diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-02-05 12:15:22 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-02-05 12:15:22 -0200 |
commit | 864639c6c92ebdc7ff1d31a8ac15a2aa5963fb10 (patch) | |
tree | 2ccb27529ead604fb8daa9d7081650816c52996c /manifests | |
parent | 7747c528a21b57cae1b7e2ac0e8c1bad8969f88c (diff) | |
download | puppet-nodo-864639c6c92ebdc7ff1d31a8ac15a2aa5963fb10.tar.gz puppet-nodo-864639c6c92ebdc7ff1d31a8ac15a2aa5963fb10.tar.bz2 |
Fixes nodo::utils::thinkpad
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 |