From f8d52348f58c359871d76ea21e4f50730e3fdd74 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 18 Jun 2013 16:47:18 -0300 Subject: Adding nodo::utils::http --- manifests/utils/http.pp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 manifests/utils/http.pp (limited to 'manifests/utils/http.pp') 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, + } +} -- cgit v1.2.3