Module: ForemanChef::Concerns::HostAndHostgroupExtensions

Extended by:
ActiveSupport::Concern
Defined in:
app/models/foreman_chef/concerns/host_and_hostgroup_extensions.rb

Instance Method Summary collapse

Instance Method Details

#available_chef_environmentsObject



11
12
13
# File 'app/models/foreman_chef/concerns/host_and_hostgroup_extensions.rb', line 11

def available_chef_environments
  self.chef_proxy.present? ? self.chef_proxy.chef_environments : []
end