summaryrefslogtreecommitdiff
path: root/manifests/ssl.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-11-07 18:08:06 +0000
committermh <mh@immerda.ch>2008-11-07 18:08:06 +0000
commit31ed3154e51f2eb9c6200eac68231463c64720c9 (patch)
treea66cae7506acda4d4cfbf835493fad3f50f50617 /manifests/ssl.pp
parenta33e779091a16b70f627a7ccc6f0efc67718c2b3 (diff)
made path more default
introduced logrotating for apache
Diffstat (limited to 'manifests/ssl.pp')
-rw-r--r--manifests/ssl.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/ssl.pp b/manifests/ssl.pp
index 778fbbc..a67ea90 100644
--- a/manifests/ssl.pp
+++ b/manifests/ssl.pp
@@ -40,7 +40,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/apache/OpenBSD/bin/restart_apache_ssl.sh",
}
Service['apache']{
start => 'apachectl startssl',