aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/development/toolchain.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/development/toolchain.pp
parent50d24f812a1ea34e190632cfef4b217490d7522d (diff)
downloadpuppet-nodo-4a880ad141c8deefb41549e5e79c868303e1c296.tar.gz
puppet-nodo-4a880ad141c8deefb41549e5e79c868303e1c296.tar.bz2
Coding style for utilities
Diffstat (limited to 'manifests/utils/development/toolchain.pp')
-rw-r--r--manifests/utils/development/toolchain.pp11
1 files changed, 9 insertions, 2 deletions
diff --git a/manifests/utils/development/toolchain.pp b/manifests/utils/development/toolchain.pp
index 9abc130..ca39299 100644
--- a/manifests/utils/development/toolchain.pp
+++ b/manifests/utils/development/toolchain.pp
@@ -1,6 +1,13 @@
class nodo::utils::development::toolchain {
- package { [ 'emdebian-archive-keyring', 'xapt', 'pdebuild-cross', 'scratchbox2',
- 'qemu-user-static', 'multistrap', 'fakechroot' ]:
+ package { [
+ 'emdebian-archive-keyring',
+ 'xapt',
+ 'pdebuild-cross',
+ 'scratchbox2',
+ 'qemu-user-static',
+ 'multistrap',
+ 'fakechroot',
+ ]:
ensure => installed,
}
}