Commit 9494989d authored by Scotty Logan's avatar Scotty Logan
Browse files

replaced "balancer" module with "proxy_balancer"

parent 118c206a
Loading
Loading
Loading
Loading
+16 −1
Original line number Diff line number Diff line
@@ -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',
    ]: