summaryrefslogtreecommitdiff
path: root/puppet/modules/site_static/manifests/domain.pp
blob: 482841066fdf66ba2eef72ba34620bb7cde9c3aa (plain)
1
2
3
4
5
6
7
8
9
define site_static::domain (
  $locations,
  $ca_cert,
  $key,
  $cert,
  $tls_only) {

  create_resources(site_static::location, $locations)
}