aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2019-04-25 18:40:27 -0300
committerSilvio Rhatto <rhatto@riseup.net>2019-04-25 18:40:27 -0300
commit481f08c213a1e66123836d144b02ba676fcf15b9 (patch)
treeb5b439c2af1638910379373e38a8915a44105de7
parent2ad92d2731befefa261618c36314a982e57756bd (diff)
downloadpuppet-nodo-481f08c213a1e66123836d144b02ba676fcf15b9.tar.gz
puppet-nodo-481f08c213a1e66123836d144b02ba676fcf15b9.tar.bz2
Adds httpie into nodo::utils::http
-rw-r--r--manifests/utils/http.pp1
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,
}