From 4a880ad141c8deefb41549e5e79c868303e1c296 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 23 Sep 2016 16:29:26 -0300 Subject: Coding style for utilities --- manifests/utils/development/toolchain.pp | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'manifests/utils/development/toolchain.pp') 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, } } -- cgit v1.2.3