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/plug.pp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'manifests/utils/plug.pp') 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, } } -- cgit v1.2.3