summaryrefslogtreecommitdiff
path: root/manifests/ssl.pp
diff options
context:
space:
mode:
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 }
}
}