aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/utils.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/utils.pp b/manifests/utils.pp
index 0335bf3..fc03d69 100644
--- a/manifests/utils.pp
+++ b/manifests/utils.pp
@@ -29,8 +29,8 @@ class nodo::utils inherits nodo::utils::base {
group => root,
}
- # Ensure we have the minimum augeas version required by shorewall module
- package { [ 'libaugeas0', 'augeas-tools' ]:
+ # Ensure we have augeas
+ package { [ 'augeas-tools' ]:
ensure => present,
}
}