aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystems')
-rw-r--r--manifests/subsystems/utils.pp5
1 files changed, 5 insertions, 0 deletions
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,
+ }
}