deflate.pp #1

  • //
  • main/
  • guest/
  • matt_attaway/
  • webkeeper/
  • manifests/
  • modules/
  • apache/
  • manifests/
  • mod/
  • deflate.pp
  • View
  • Commits
  • Open Download .zip Download (368 B)
class apache::mod::deflate {
  apache::mod { 'deflate': }
  # Template uses no variables
  file { 'deflate.conf':
    ensure  => file,
    path    => "${apache::mod_dir}/deflate.conf",
    content => template('apache/mod/deflate.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'