Sha256: a0f7ed576453364abf2d9ad365729fe49df0d7cbb39b78d9c8fead2b03190515

Contents?: true

Size: 388 Bytes

Versions: 11

Compression:

Stored size: 388 Bytes

Contents

class apache::mod::negotiation {
  apache::mod { 'negotiation': }
  # Template uses no variables
  file { 'negotiation.conf':
    ensure  => file,
    path    => "${apache::mod_dir}/negotiation.conf",
    content => template('apache/mod/negotiation.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/negotiation.pp
freighthop-0.6.0 modules/apache/manifests/mod/negotiation.pp
freighthop-0.5.2 modules/apache/manifests/mod/negotiation.pp
freighthop-0.5.1 modules/apache/manifests/mod/negotiation.pp
freighthop-0.5.0 modules/apache/manifests/mod/negotiation.pp
freighthop-0.4.1 modules/apache/manifests/mod/negotiation.pp
freighthop-0.4.0 modules/apache/manifests/mod/negotiation.pp
freighthop-0.3.3 modules/apache/manifests/mod/negotiation.pp
freighthop-0.3.2 modules/apache/manifests/mod/negotiation.pp
freighthop-0.3.1 modules/apache/manifests/mod/negotiation.pp
freighthop-0.3.0 modules/apache/manifests/mod/negotiation.pp