Created
January 31, 2015 14:20
-
-
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:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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