Skip to content

Instantly share code, notes, and snippets.

@dLobatog
Created October 29, 2014 16:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dLobatog/078bb7a0b9359d7f0e9d to your computer and use it in GitHub Desktop.
Save dLobatog/078bb7a0b9359d7f0e9d 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