summaryrefslogtreecommitdiff
path: root/manifests/ssl
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-08-07 02:12:12 +0200
committermh <mh@immerda.ch>2010-08-07 02:12:12 +0200
commitd50296539fc641b6387fcea712d950785c83cea3 (patch)
treea02cba7455e86e73d6e040f0b00e84767f87b29b /manifests/ssl
parentf534d097fb2ac5c49ce71f8a47d4de97efd22e28 (diff)
remove unnecessary fileserver variable (#2460)
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 6d357ee..0e221aa 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/scripts/OpenBSD/bin/restart_apache_ssl.sh",
+ source => "puppet:///modules/apache/scripts/OpenBSD/bin/restart_apache_ssl.sh",
}
Service['apache']{
start => 'apachectl startssl',