Skip to content

Instantly share code, notes, and snippets.

@rodjek
Created November 9, 2011 04:22
Show Gist options
  • Select an option

  • Save rodjek/1350373 to your computer and use it in GitHub Desktop.

Select an option

Save rodjek/1350373 to your computer and use it in GitHub Desktop.
Facter.add("root") do
setcode do
case Facter.value('operatingsystem')
when /openbsd/i: 'wheel'
else 'root'
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment