class apache::mod::mpm_event { # Template uses no variables file { 'mpm_event.conf': ensure => file, path => "${apache::mod_dir}/mpm_event.conf", content => template('apache/mod/mpm_event.conf.erb'), require => Exec["mkdir ${apache::mod_dir}"], before => File[$apache::mod_dir], notify => Service['httpd'], } }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 8433 | Matt Attaway |
Test environement for working with Webkeeper using vagrant. Just sync and type 'vagrant up' |