Puppet Class: role::acme_chief::cloud

Defined in:
modules/role/manifests/acme_chief/cloud.pp

Overview



1
2
3
4
5
6
7
# File 'modules/role/manifests/acme_chief/cloud.pp', line 1

class role::acme_chief::cloud {
    system::role { 'acme_chief': description => 'ACME certificate manager' }
    include ::profile::base::production
    include ::profile::firewall
    include ::profile::acme_chief
    include ::profile::acme_chief::cloud
}