Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Changed default behaviour for override_resources
Browse files Browse the repository at this point in the history
Puppet type override_resources should create new resource in case this
resource is not in catalog

Change-Id: Idbf48dd8148dc46890792847420e5050fad9e3d0
Closes-Bug: 1644656
  • Loading branch information
dukov committed Nov 29, 2016
1 parent 257b781 commit 741ce9e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -165,7 +165,7 @@ def titles_filter
def create?
create = self[:create]
return create unless create.nil?
options.fetch 'create', false
options.fetch 'create', true
end

# Get the list of type create exceptions
Expand Down

0 comments on commit 741ce9e

Please sign in to comment.