summaryrefslogtreecommitdiff
path: root/manifests/ssl/itk_plus/centos.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/ssl/itk_plus/centos.pp')
-rw-r--r--manifests/ssl/itk_plus/centos.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/ssl/itk_plus/centos.pp b/manifests/ssl/itk_plus/centos.pp
index d76c927..00fb472 100644
--- a/manifests/ssl/itk_plus/centos.pp
+++ b/manifests/ssl/itk_plus/centos.pp
@@ -1,11 +1,11 @@
class apache::ssl::itk_plus::centos inherits apache::ssl::centos {
include apache::ssl::itk::centos
Apache::Config::Global['ssl.conf']{
- source => "modules/apache/itk_plus/conf.d/${operatingsystem}/ssl.conf",
+ source => "modules/apache/itk_plus/conf.d/${::operatingsystem}/ssl.conf",
}
Apache::Config::Global['00-listen-ssl.conf']{
ensure => 'present',
- content => template("apache/itk_plus/${operatingsystem}/00-listen-ssl.conf.erb"),
+ content => template("apache/itk_plus/${::operatingsystem}/00-listen-ssl.conf.erb"),
}
}