diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-05-22 18:40:46 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-05-22 18:40:46 -0300 |
commit | 55fef915a14deca102c03c942ab901ae4c8fcff3 (patch) | |
tree | f7e570b23e380087486e98963404adeff993ede6 /manifests | |
parent | fadb8913c6538c87e35e46fc55a0cc8dbb1262f9 (diff) | |
download | puppet-nodo-55fef915a14deca102c03c942ab901ae4c8fcff3.tar.gz puppet-nodo-55fef915a14deca102c03c942ab901ae4c8fcff3.tar.bz2 |
Use parametrized classes for nginx
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/role/proxy.pp | 2 |
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' ]: |