Skip to content

Instantly share code, notes, and snippets.

@michaeltchapman
Created April 1, 2014 03:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaeltchapman/9907381 to your computer and use it in GitHub Desktop.
Save michaeltchapman/9907381 to your computer and use it in GitHub Desktop.
apache::vhost { 'blah':
}
if $::osfamily == 'RedHat' {
File<| title == '/var/log/httpd' |> {
owner => 'apache'
group => 'apache'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment