Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

Commit

Permalink
Magic Modules changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rambleraptor authored and modular-magician committed Aug 17, 2018
1 parent 3f44e4a commit bcc6587
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/puppet/provider/gdns_resource_record_set/google.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ def self.prefetch(resources)
project = resource[:project]
debug("prefetch #{name}") if project.nil?
debug("prefetch #{name} @ #{project}") unless project.nil?
fetch = fetch_wrapped_resource(resource, 'dns#resourceRecordSet',
fetch = fetch_wrapped_resource(resource,
'dns#resourceRecordSet',
'dns#resourceRecordSetsListResponse',
'rrsets')
resource.provider = present(name, fetch) unless fetch.nil?
Expand Down

0 comments on commit bcc6587

Please sign in to comment.