summaryrefslogtreecommitdiff
path: root/manifests/ssl
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-11-02 00:56:24 +0100
committermh <mh@immerda.ch>2009-11-02 00:56:24 +0100
commit8cda647dbde6430fd0e7b844179f3d2b31b3490a (patch)
treef3275b591386d22d5a723703d7a5c2a0fcaa7480 /manifests/ssl
parentbc242369d26e942bab2a22e7dca8fec080aa0784 (diff)
recursivly updating file path to new 0.25 style
Diffstat (limited to 'manifests/ssl')
-rw-r--r--manifests/ssl/openbsd.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/ssl/openbsd.pp b/manifests/ssl/openbsd.pp
index 04dadeb..edf6829 100644
--- a/manifests/ssl/openbsd.pp
+++ b/manifests/ssl/openbsd.pp
@@ -10,7 +10,7 @@ class apache::ssl::openbsd inherits apache::openbsd {
}
File['/opt/bin/restart_apache.sh']{
- source => "puppet://$server/apache/OpenBSD/bin/restart_apache_ssl.sh",
+ source => "puppet://$server/modules/apache/OpenBSD/bin/restart_apache_ssl.sh",
}
Service['apache']{
start => 'apachectl startssl',