]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Ensure we have the latest augeas as required by shorewall module
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 18 Jan 2013 16:40:17 +0000 (14:40 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 18 Jan 2013 16:40:17 +0000 (14:40 -0200)
manifests/subsystems/utils.pp

index e17d02bfdb1051b6cbc4e719a79ceb909da07c28..602de6feacafd9cac2b5d311ea20710e9b2ebdc4 100644 (file)
@@ -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,
+  }
 }