Skip to content

Instantly share code, notes, and snippets.

@martiner
Created January 31, 2015 14:20
Show Gist options
  • Save martiner/a5b2dc75d81c7ebb524a to your computer and use it in GitHub Desktop.
Save martiner/a5b2dc75d81c7ebb524a to your computer and use it in GitHub Desktop.
Dear Debian Apache2 maintainers, thank you for all the a2en* stuff! It can be even more tweaked with Puppet:
file {'/etc/apache2/sites-enabled':
ensure => directory,
purge => true,
recurse => true,
force => true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment