Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@greglarkin
Created October 16, 2014 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save greglarkin/66206782f317c5897dca to your computer and use it in GitHub Desktop.
Save greglarkin/66206782f317c5897dca to your computer and use it in GitHub Desktop.
Puppet file resource with array title
file { [ '/tmp/foo1', '/tmp/foo2', '/tmp/foo3' ]:
ensure => file
owner => 'root',
group => 'root',
mode => '0600',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment