12 lines
248 B
Puppet
12 lines
248 B
Puppet
# profiles::certbot::init
|
|
class profiles::certbot::init (
|
|
String $contact,
|
|
Array[Stdlib::Fqdn] $domains = [],
|
|
) {
|
|
|
|
include profiles::certbot::nginx
|
|
include profiles::certbot::haproxy
|
|
include profiles::certbot::letsencrypt
|
|
|
|
}
|