aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/http.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-06-18 16:47:18 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-06-18 16:47:18 -0300
commitf8d52348f58c359871d76ea21e4f50730e3fdd74 (patch)
tree3ae0058725d7553c5648cfe81752d9eafa2d2e57 /manifests/utils/http.pp
parent8a7d68e796e520e613578d38ca96680f7d636b46 (diff)
downloadpuppet-nodo-f8d52348f58c359871d76ea21e4f50730e3fdd74.tar.gz
puppet-nodo-f8d52348f58c359871d76ea21e4f50730e3fdd74.tar.bz2
Adding nodo::utils::http
Diffstat (limited to 'manifests/utils/http.pp')
-rw-r--r--manifests/utils/http.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/utils/http.pp b/manifests/utils/http.pp
new file mode 100644
index 0000000..b2cc26a
--- /dev/null
+++ b/manifests/utils/http.pp
@@ -0,0 +1,5 @@
+class nodo::utils::http {
+ package { [ 'curl' ]:
+ ensure => present,
+ }
+}