aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,
}
}