summaryrefslogtreecommitdiff
path: root/manifests/ssl.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-11-01 11:38:52 +0000
committermh <mh@immerda.ch>2008-11-01 11:38:52 +0000
commitd4ae31a745687ff358eaad319e70100cc72bb1d8 (patch)
tree22bc06ebc24e93a6753bffae0d2024b0b692b42a /manifests/ssl.pp
parentd389be93eccf63eeaa57b40c8a7457267ed0bd1a (diff)
correct naming
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 84a43bf..8266050 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::ssl {
+class apache::ssl::itk inherits apache::ssl {
case $operatingsystem {
centos: { include apache::ssl::itk::centos }
}