From 7c95573761786ab6e8b52d5499f7a3c05d2139ee Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 18 Jan 2013 14:40:17 -0200 Subject: Ensure we have the latest augeas as required by shorewall module --- manifests/subsystems/utils.pp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'manifests/subsystems') diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp index e17d02b..602de6f 100644 --- a/manifests/subsystems/utils.pp +++ b/manifests/subsystems/utils.pp @@ -18,4 +18,9 @@ class utils { owner => root, group => root, } + + # Ensure we have the latest augeas as required by shorewall module + package { 'augeas-tools': + ensure => latest, + } } -- cgit v1.2.3