Project

General

Profile

Download (257 Bytes) Statistics
| Branch: | Tag: | Revision:
# Proxy features
[ "TFTP", "DNS", "DHCP", "Puppet", "Puppet CA", "BMC", "Chef Proxy", "Realm", "Facts" ].each do |input|
f = Feature.find_or_create_by_name(input)
raise "Unable to create proxy feature: #{format_errors f}" if f.nil? || f.errors.any?
end
(10-10/13)