Sha256: cd6281d5cbc76be1bcbab02c649da902876c765ba3fa4b36df36fb317791c0dc
Contents?: true
Size: 405 Bytes
Versions: 1
Compression:
Stored size: 405 Bytes
Contents
FactoryGirl.define do factory :virt_who_config, :class => ::ForemanVirtWhoConfigure::Config do organization interval 120 hypervisor_id 'hostname' hypervisor_type 'esx' hypervisor_server 'vmware.example.com' hypervisor_username 'root' hypervisor_password 'changeme' satellite_url 'foreman.example.com' listing_mode ForemanVirtWhoConfigure::Config::UNLIMITED end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
foreman_virt_who_configure-0.0.1 | test/factories/foreman_virt_who_configure_factories.rb |