Skip to content

Instantly share code, notes, and snippets.

@pcarrier
Created August 23, 2011 10:05
Show Gist options
  • Save pcarrier/1164775 to your computer and use it in GitHub Desktop.
Save pcarrier/1164775 to your computer and use it in GitHub Desktop.
file { "/etc/foo.d":
source => [
"puppet:///modules/foo/conf/${debian_version}",
"puppet:///modules/foo/conf/common",
],
recurse => true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment