summaryrefslogtreecommitdiff
path: root/manifests/ssl
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-08-16 23:02:02 +0200
committermh <mh@immerda.ch>2010-08-16 23:02:02 +0200
commit6729542e677e210dce5f74c287c825b499a5d055 (patch)
treea3d982cbc96e83c06208a430c86611a72e3edfa5 /manifests/ssl
parent43c6896311592f113975b89db7d2b493a3e66c43 (diff)
use modules url
Diffstat (limited to 'manifests/ssl')
-rw-r--r--manifests/ssl/itk_plus/centos.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/ssl/itk_plus/centos.pp b/manifests/ssl/itk_plus/centos.pp
index a67f3dc..d76c927 100644
--- a/manifests/ssl/itk_plus/centos.pp
+++ b/manifests/ssl/itk_plus/centos.pp
@@ -1,7 +1,7 @@
class apache::ssl::itk_plus::centos inherits apache::ssl::centos {
include apache::ssl::itk::centos
Apache::Config::Global['ssl.conf']{
- source => "apache/itk_plus/conf.d/${operatingsystem}/ssl.conf",
+ source => "modules/apache/itk_plus/conf.d/${operatingsystem}/ssl.conf",
}
Apache::Config::Global['00-listen-ssl.conf']{