Skip to content

Instantly share code, notes, and snippets.

@ahpook
Created August 24, 2010 16:58
Show Gist options
  • Save ahpook/547891 to your computer and use it in GitHub Desktop.
Save ahpook/547891 to your computer and use it in GitHub Desktop.
Facter.add("nisroles") do
confine :kernel => :solaris
setcode do
nisroles = Facter::Util::Resolution.exec('myreallcoolniscommand | grep whaticareabout')
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment