Sha256: 69c380d22357568b4587192c522de013c8421f3bd49d5cd09ee1a8220dd20d43

Contents?: true

Size: 353 Bytes

Versions: 11

Compression:

Stored size: 353 Bytes

Contents

class apache::mod::ldap {
  apache::mod { 'ldap': }
  # Template uses no variables
  file { 'ldap.conf':
    ensure  => file,
    path    => "${apache::mod_dir}/ldap.conf",
    content => template('apache/mod/ldap.conf.erb'),
    require => Exec["mkdir ${apache::mod_dir}"],
    before  => File[$apache::mod_dir],
    notify  => Service['httpd'],
  }
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
freighthop-0.6.1 modules/apache/manifests/mod/ldap.pp
freighthop-0.6.0 modules/apache/manifests/mod/ldap.pp
freighthop-0.5.2 modules/apache/manifests/mod/ldap.pp
freighthop-0.5.1 modules/apache/manifests/mod/ldap.pp
freighthop-0.5.0 modules/apache/manifests/mod/ldap.pp
freighthop-0.4.1 modules/apache/manifests/mod/ldap.pp
freighthop-0.4.0 modules/apache/manifests/mod/ldap.pp
freighthop-0.3.3 modules/apache/manifests/mod/ldap.pp
freighthop-0.3.2 modules/apache/manifests/mod/ldap.pp
freighthop-0.3.1 modules/apache/manifests/mod/ldap.pp
freighthop-0.3.0 modules/apache/manifests/mod/ldap.pp