summaryrefslogtreecommitdiff
path: root/manifests/ssl.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-11-01 11:34:26 +0000
committermh <mh@immerda.ch>2008-11-01 11:34:26 +0000
commit2cd2d6fba7e996c04a2d2b60de38218493a4b0f6 (patch)
treeac80b765102a4ad9247596bfbeaa63e36e217ac1 /manifests/ssl.pp
parent5eee97f1f33c1d722a799354192497d19f65b295 (diff)
vhosts file doesn't need a conf ending
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 fb131f0..9920adb 100644
--- a/manifests/ssl.pp
+++ b/manifests/ssl.pp
@@ -22,7 +22,7 @@ class apache::ssl::centos inherits apache::ssl::base {
}
apache::config::file{ 'ssl.conf': }
apache::config::file{ 'ssl_defaults.inc': }
- apache::vhost::file{ '0-default_ssl.conf': }
+ apache::vhost::file{ '0-default_ssl': }
}
### gentoo