Puppet Class: role::microsites::peopleweb
- Defined in:
- modules/role/manifests/microsites/peopleweb.pp
Overview
let users publish their own HTML in their home dirs
2 3 4 5 6 7 8 9 |
# File 'modules/role/manifests/microsites/peopleweb.pp', line 2
class role::microsites::peopleweb {
include profile::base::production
include profile::firewall
include profile::backup::host
include profile::microsites::peopleweb
include profile::tlsproxy::envoy # TLS termination
include profile::prometheus::apache_exporter
}
|