aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/plug.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-09-23 16:29:26 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-09-23 16:29:26 -0300
commit4a880ad141c8deefb41549e5e79c868303e1c296 (patch)
tree259be8415b54beb82bcafa6fed2114de49a627b4 /manifests/utils/plug.pp
parent50d24f812a1ea34e190632cfef4b217490d7522d (diff)
downloadpuppet-nodo-4a880ad141c8deefb41549e5e79c868303e1c296.tar.gz
puppet-nodo-4a880ad141c8deefb41549e5e79c868303e1c296.tar.bz2
Coding style for utilities
Diffstat (limited to 'manifests/utils/plug.pp')
-rw-r--r--manifests/utils/plug.pp8
1 files changed, 7 insertions, 1 deletions
diff --git a/manifests/utils/plug.pp b/manifests/utils/plug.pp
index fe28b55..86298f9 100644
--- a/manifests/utils/plug.pp
+++ b/manifests/utils/plug.pp
@@ -1,6 +1,12 @@
# Common utilities for plug computers
class nodo::utils::plug {
- package { [ 'mtd-utils', 'cryptsetup', 'u-boot', 'smartmontools', 'u-boot-tools' ]:
+ package { [
+ 'mtd-utils',
+ 'cryptsetup',
+ 'u-boot',
+ 'smartmontools',
+ 'u-boot-tools',
+ ]:
ensure => installed,
}
}