diff options
-rw-r--r-- | manifests/ssl.pp | 2 |
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 |