From: Silvio Rhatto Date: Thu, 25 Apr 2019 21:40:27 +0000 (-0300) Subject: Adds httpie into nodo::utils::http X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=481f08c213a1e66123836d144b02ba676fcf15b9;p=puppet-nodo.git Adds httpie into nodo::utils::http --- diff --git a/manifests/utils/http.pp b/manifests/utils/http.pp index 1414837..2d47b39 100644 --- a/manifests/utils/http.pp +++ b/manifests/utils/http.pp @@ -3,6 +3,7 @@ class nodo::utils::http ( ) { package { [ 'curl', + 'httpie', ]: ensure => $ensure, }