summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/ssl.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/ssl.pp b/manifests/ssl.pp
index 9920adb..770b7c7 100644
--- a/manifests/ssl.pp
+++ b/manifests/ssl.pp
@@ -32,7 +32,7 @@ class apache::ssl::gentoo inherits apache::ssl::base {
apache::vhost::file { '00_default_ssl_vhost': }
}
-class apach::ssl::itk inherits apache {
+class apach::ssl::itk inherits apache::ssl {
case $operatingsystem {
centos: { include apache::ssl::centos }
}