aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-05-22 18:40:46 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-05-22 18:40:46 -0300
commit55fef915a14deca102c03c942ab901ae4c8fcff3 (patch)
treef7e570b23e380087486e98963404adeff993ede6
parentfadb8913c6538c87e35e46fc55a0cc8dbb1262f9 (diff)
downloadpuppet-nodo-55fef915a14deca102c03c942ab901ae4c8fcff3.tar.gz
puppet-nodo-55fef915a14deca102c03c942ab901ae4c8fcff3.tar.bz2
Use parametrized classes for nginx
-rw-r--r--manifests/role/proxy.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/role/proxy.pp b/manifests/role/proxy.pp
index ef9c86c..7e23412 100644
--- a/manifests/role/proxy.pp
+++ b/manifests/role/proxy.pp
@@ -1,5 +1,5 @@
class nodo::role::proxy inherits nodo::base::vserver {
- include nginx
+ class { 'nginx': }
# Graph nginx
munin::plugin { [ 'nginx_request', 'nginx_status' ]: