Loading manifests/init.pp +16 −1 Original line number Diff line number Diff line Loading @@ -42,14 +42,29 @@ class idp_apache ( }, } package { 'authbind': ensure => latest } file { [ '/etc/authbind/byport/80', '/etc/authbind/byport/443', ]: ensure => file, owner => 'www-data', group => 'www-data', mode => '0755', require => Package['authbind','httpd'], } apache::mod { [ 'env', 'rewrite', 'access_compat', 'balancer', 'proxy', 'proxy_balancer', 'proxy_http', 'remoteip', ]: Loading Loading
manifests/init.pp +16 −1 Original line number Diff line number Diff line Loading @@ -42,14 +42,29 @@ class idp_apache ( }, } package { 'authbind': ensure => latest } file { [ '/etc/authbind/byport/80', '/etc/authbind/byport/443', ]: ensure => file, owner => 'www-data', group => 'www-data', mode => '0755', require => Package['authbind','httpd'], } apache::mod { [ 'env', 'rewrite', 'access_compat', 'balancer', 'proxy', 'proxy_balancer', 'proxy_http', 'remoteip', ]: Loading