aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-09-12 17:33:13 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-09-12 17:33:13 -0300
commitcb59652bdfe66fc1ba45f2c62724b751b6526cd5 (patch)
tree1967de402726b63d35c2f1b6d1b453bc0049c1a8 /manifests/utils
parent983d3985d57195f63235488768ec7f71a72e296a (diff)
downloadpuppet-nodo-cb59652bdfe66fc1ba45f2c62724b751b6526cd5.tar.gz
puppet-nodo-cb59652bdfe66fc1ba45f2c62724b751b6526cd5.tar.bz2
Oops
Diffstat (limited to 'manifests/utils')
-rw-r--r--manifests/utils/raspberrypi.pp2
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,
}
}