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