aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utils')
-rw-r--r--manifests/utils/http.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/utils/http.pp b/manifests/utils/http.pp
index b8b7e78..1414837 100644
--- a/manifests/utils/http.pp
+++ b/manifests/utils/http.pp
@@ -6,4 +6,11 @@ class nodo::utils::http (
]:
ensure => $ensure,
}
+
+ # Might be defined elsewhere
+ if !defined(Package['wget']) {
+ package { 'wget':
+ ensure => installed,
+ }
+ }
}