aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/proxy.pp
blob: 5af7f5b02d5cc1707c850e93089de517f3aa54f7 (plain)
1
2
3
4
5
6
7
8
class nodo::role::proxy inherits nodo::base::vserver {
  include nginx

  # Graph nginx
  munin::plugin { [ 'nginx_request', 'nginx_status' ]:
    ensure => present,
  }
}