Sha256: b3353b31af1d59f3e42dc1ff904d040f0cdc605fdcbf8a0ab92e83f50787775f
Contents?: true
Size: 375 Bytes
Versions: 5
Compression:
Stored size: 375 Bytes
Contents
FactoryBot.define do factory :discovery_rule do sequence(:name) { |n| "rule#{n}" } sequence(:priority) { |n| n } search "facts.fact1 == 'value1'" hostname "" hostgroup max_count 0 enabled true organizations { [organization_one] } if SETTINGS[:organizations_enabled] locations { [location_one] } if SETTINGS[:locations_enabled] end end
Version data entries
5 entries across 5 versions & 1 rubygems