diff options
Diffstat (limited to 'manifests/ssl')
-rw-r--r-- | manifests/ssl/openbsd.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/ssl/openbsd.pp b/manifests/ssl/openbsd.pp index edf6829..6d357ee 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/modules/apache/OpenBSD/bin/restart_apache_ssl.sh", + source => "puppet://$server/modules/apache/scripts/OpenBSD/bin/restart_apache_ssl.sh", } Service['apache']{ start => 'apachectl startssl', |