aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utils.pp')
-rw-r--r--manifests/utils.pp5
1 files changed, 0 insertions, 5 deletions
diff --git a/manifests/utils.pp b/manifests/utils.pp
index fc03d69..af9092a 100644
--- a/manifests/utils.pp
+++ b/manifests/utils.pp
@@ -28,9 +28,4 @@ class nodo::utils inherits nodo::utils::base {
owner => root,
group => root,
}
-
- # Ensure we have augeas
- package { [ 'augeas-tools' ]:
- ensure => present,
- }
}