Skip to content

Instantly share code, notes, and snippets.

@natewalck
Forked from dLobatog/gist:078bb7a0b9359d7f0e9d
Last active August 29, 2015 14:08
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 natewalck/5ffa00b2e0ccc9688961 to your computer and use it in GitHub Desktop.
Save natewalck/5ffa00b2e0ccc9688961 to your computer and use it in GitHub Desktop.
host = Host.new(:name => "whatever", :environment => Environment.first)
host.save
osfamily_fact = FactValue.new(:value => "windows", :fact_name => FactName.find_by_name('osfamily'), :host => host)
osfamily_fact.save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment