Method: Chef::Compliance::Fetcher::ChefServer#resolved_source
- Defined in:
- lib/chef/compliance/fetcher/chef_server.rb
#resolved_source ⇒ Object
We want to save compliance: in the lockfile rather than url: to make sure we go back through the ComplianceAPI handling.
58 59 60 |
# File 'lib/chef/compliance/fetcher/chef_server.rb', line 58 def resolved_source { compliance: chef_server_url } end |