Skip to content

Instantly share code, notes, and snippets.

@raphink
Created October 2, 2013 08:43
Show Gist options
  • Save raphink/6790802 to your computer and use it in GitHub Desktop.
Save raphink/6790802 to your computer and use it in GitHub Desktop.
`puppet:///` URI with query string for templates in file serving
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