Loading manifests/cert/comodo.pp +1 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,7 @@ define apache::cert::comodo( source => $identity ? { undef => "puppet:///modules/cert-files/${name}.stanford.edu", default => $identity, } }, require => $::operatingsystem ? { 'debian' => Package['ca-certificates'], 'ubuntu' => Package['ca-certificates'], Loading manifests/local.pp +2 −1 Original line number Diff line number Diff line Loading @@ -69,6 +69,7 @@ class apache::local inherits apache { default: { fail("Unsupported OS ${::operatingsystem} in apache::local") } } # Ensure members of the webconfig group can sudo to control Apache. case $::operatingsystem { Loading @@ -76,7 +77,7 @@ class apache::local inherits apache { 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 @@ -84,7 +84,7 @@ define apache::cert::comodo( source => $identity ? { undef => "puppet:///modules/cert-files/${name}.stanford.edu", default => $identity, } }, require => $::operatingsystem ? { 'debian' => Package['ca-certificates'], 'ubuntu' => Package['ca-certificates'], Loading
manifests/local.pp +2 −1 Original line number Diff line number Diff line Loading @@ -69,6 +69,7 @@ class apache::local inherits apache { default: { fail("Unsupported OS ${::operatingsystem} in apache::local") } } # Ensure members of the webconfig group can sudo to control Apache. case $::operatingsystem { Loading @@ -76,7 +77,7 @@ class apache::local inherits apache { 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