Created
October 2, 2013 08:43
-
-
Save raphink/6790802 to your computer and use it in GitHub Desktop.
`puppet:///` URI with query string for templates in file serving
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/apache.conf': | |
ensure => present, | |
source => 'puppet:///modules/apache/apache.conf?wwwdir=/var/www&user=apache', | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment