aboutsummaryrefslogtreecommitdiff
path: root/manifests/proxy.pp
blob: bd4720adf172f61715324e9ab9c8b5369b063bee (plain)
1
2
3
4
5
6
class nodo::proxy inherits nodo::vserver {
  include nginx
  ssl::check { "$domain":
    file => true,
  }
}