diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-09-12 17:33:13 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-09-12 17:33:13 -0300 |
commit | cb59652bdfe66fc1ba45f2c62724b751b6526cd5 (patch) | |
tree | 1967de402726b63d35c2f1b6d1b453bc0049c1a8 | |
parent | 983d3985d57195f63235488768ec7f71a72e296a (diff) | |
download | puppet-nodo-cb59652bdfe66fc1ba45f2c62724b751b6526cd5.tar.gz puppet-nodo-cb59652bdfe66fc1ba45f2c62724b751b6526cd5.tar.bz2 |
Oops
-rw-r--r-- | manifests/utils/raspberrypi.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils/raspberrypi.pp b/manifests/utils/raspberrypi.pp index 6c962fa..bd24c20 100644 --- a/manifests/utils/raspberrypi.pp +++ b/manifests/utils/raspberrypi.pp @@ -1,5 +1,5 @@ class nodo::utils::raspberrypi { - package { 'usbutils' ]: + package { 'usbutils': ensure => installed, } } |