summaryrefslogtreecommitdiff
path: root/manifests/vhost/php/joomla.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/vhost/php/joomla.pp')
-rw-r--r--manifests/vhost/php/joomla.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/vhost/php/joomla.pp b/manifests/vhost/php/joomla.pp
index 78b392e..30282e2 100644
--- a/manifests/vhost/php/joomla.pp
+++ b/manifests/vhost/php/joomla.pp
@@ -73,7 +73,7 @@ define apache::vhost::php::joomla(
if $mod_security_additional_options == 'absent' {
$id_str = $::operatingsystem ? {
- 'CentOS' => $::lsbmajdistrelease ? {
+ 'CentOS' => $::operatingsystemmajrelease ? {
5 => '',
default => 'id:1199400,'
},