aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/development/toolchain.pp
diff options
context:
space:
mode:
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,
}
}