From 8cda647dbde6430fd0e7b844179f3d2b31b3490a Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 2 Nov 2009 00:56:24 +0100 Subject: recursivly updating file path to new 0.25 style --- manifests/ssl/openbsd.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/ssl') 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', -- cgit v1.2.3