From 481f08c213a1e66123836d144b02ba676fcf15b9 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 25 Apr 2019 18:40:27 -0300 Subject: Adds httpie into nodo::utils::http --- manifests/utils/http.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/utils') 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, } -- cgit v1.2.3