Loading manifests/cert/comodo.pp +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ define apache::cert::comodo( 'redhat' => 'root', }, default => $group, } }, mode => $mode, require => $::operatingsystem ? { 'debian' => Package['ca-certificates'], Loading manifests/local.pp +2 −2 Original line number Diff line number Diff line Loading @@ -71,12 +71,12 @@ class apache::local inherits apache { } # Ensure members of the webconfig group can sudo to control Apache. case $operatingsystem { case $::operatingsystem { 'debian', 'ubuntu': { base::textline { '%webconfig ALL=/etc/init.d/apache2': ensure => '/etc/sudoers' } } }, 'redhat', 'centos': { base::textline { '%webconfig ALL=/etc/init.d/httpd': ensure => '/etc/sudoers' Loading Loading
manifests/cert/comodo.pp +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ define apache::cert::comodo( 'redhat' => 'root', }, default => $group, } }, mode => $mode, require => $::operatingsystem ? { 'debian' => Package['ca-certificates'], Loading
manifests/local.pp +2 −2 Original line number Diff line number Diff line Loading @@ -71,12 +71,12 @@ class apache::local inherits apache { } # Ensure members of the webconfig group can sudo to control Apache. case $operatingsystem { case $::operatingsystem { 'debian', 'ubuntu': { base::textline { '%webconfig ALL=/etc/init.d/apache2': ensure => '/etc/sudoers' } } }, 'redhat', 'centos': { base::textline { '%webconfig ALL=/etc/init.d/httpd': ensure => '/etc/sudoers' Loading