summaryrefslogtreecommitdiff
path: root/manifests/ssl.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-11-01 11:38:34 +0000
committermh <mh@immerda.ch>2008-11-01 11:38:34 +0000
commita2f1d9aa49c47f8b9c6411f4c7dd053fb4b066b1 (patch)
treed6346c9fc835176cd3bb1903d5814b5a26402fff /manifests/ssl.pp
parentd82ec97fc92c3525b5ff7a42a18d57ee5c60a38c (diff)
correct including
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 770b7c7..84a43bf 100644
--- a/manifests/ssl.pp
+++ b/manifests/ssl.pp
@@ -34,7 +34,7 @@ class apache::ssl::gentoo inherits apache::ssl::base {
class apach::ssl::itk inherits apache::ssl {
case $operatingsystem {
- centos: { include apache::ssl::centos }
+ centos: { include apache::ssl::itk::centos }
}
}