summaryrefslogtreecommitdiff
path: root/puppet/modules/site_static/manifests/domain.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/site_static/manifests/domain.pp')
-rw-r--r--puppet/modules/site_static/manifests/domain.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/puppet/modules/site_static/manifests/domain.pp b/puppet/modules/site_static/manifests/domain.pp
index 5537d247..fd217b8f 100644
--- a/puppet/modules/site_static/manifests/domain.pp
+++ b/puppet/modules/site_static/manifests/domain.pp
@@ -16,15 +16,15 @@ define site_static::domain (
x509::cert { $domain:
content => $cert,
- notify => Service[apache]
+ notify => Service[apache]
}
x509::key { $domain:
content => $key,
- notify => Service[apache]
+ notify => Service[apache]
}
x509::ca { "${domain}_ca":
content => $ca_cert,
- notify => Service[apache]
+ notify => Service[apache]
}
apache::vhost::file { $domain: