summaryrefslogtreecommitdiff
path: root/manifests/ssl/centos.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/ssl/centos.pp')
-rw-r--r--manifests/ssl/centos.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/ssl/centos.pp b/manifests/ssl/centos.pp
index a516f02..b2c8ad8 100644
--- a/manifests/ssl/centos.pp
+++ b/manifests/ssl/centos.pp
@@ -4,5 +4,5 @@ class apache::ssl::centos inherits apache::ssl::base {
ensure => present,
require => Package[apache],
}
- ::apache::config::file{ 'ssl.conf': }
+ ::apache::config::global{ 'ssl.conf': }
}