blob: 8dbc7e9b032e1fa5229c5da4d5fb18388720f6c6 (
plain)
1
2
3
4
5
6
7
|
class site_nagios::server::apache {
include x509::variables
include site_config::x509::commercial::cert
include site_config::x509::commercial::key
include site_config::x509::commercial::ca
}
|