From 0a59b85a7ec87653a330ffb5098fa0a5862f210e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 2 Jan 2018 18:55:52 -0200 Subject: Adds wget into nodo::utils::http --- manifests/utils/http.pp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'manifests/utils') 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, + } + } } -- cgit v1.2.3