]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adds httpie into nodo::utils::http
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 25 Apr 2019 21:40:27 +0000 (18:40 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 25 Apr 2019 21:40:27 +0000 (18:40 -0300)
manifests/utils/http.pp

index 14148376cbfd56ef7906f0b0940c58d8100f6445..2d47b396ee2c3fe6580ba834dacbabe1f4d0a136 100644 (file)
@@ -3,6 +3,7 @@ class nodo::utils::http (
 ) {
   package { [
     'curl',
+    'httpie',
   ]:
     ensure => $ensure,
   }