diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2019-04-25 18:40:27 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2019-04-25 18:40:27 -0300 |
commit | 481f08c213a1e66123836d144b02ba676fcf15b9 (patch) | |
tree | b5b439c2af1638910379373e38a8915a44105de7 /manifests | |
parent | 2ad92d2731befefa261618c36314a982e57756bd (diff) | |
download | puppet-nodo-481f08c213a1e66123836d144b02ba676fcf15b9.tar.gz puppet-nodo-481f08c213a1e66123836d144b02ba676fcf15b9.tar.bz2 |
Adds httpie into nodo::utils::http
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/utils/http.pp | 1 |
1 files changed, 1 insertions, 0 deletions
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, } |