Skip to content

Instantly share code, notes, and snippets.

@omares
Created August 28, 2013 08:56
Show Gist options
  • Save omares/6363779 to your computer and use it in GitHub Desktop.
Save omares/6363779 to your computer and use it in GitHub Desktop.
file { "/etc":
backup => true,
ensure => "present",
owner => "root",
group => "root",
mode => 0644,
recurse => true,
source => [
"puppet:///modules/rebuy_sandbox/etc"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment