Skip to content

Instantly share code, notes, and snippets.

@dcarley
Created December 13, 2011 12:32
Show Gist options
  • Save dcarley/1471981 to your computer and use it in GitHub Desktop.
Save dcarley/1471981 to your computer and use it in GitHub Desktop.
Facter file{} default owners
File {
owner => "root",
group => $::kernel ? {
"openbsd" => "wheel",
"linux => "root",
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment