projects
/
chef.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix issues reported by new foodcritic
[chef.git]
/
cookbooks
/
postgresql
/
providers
/
database.rb
diff --git
a/cookbooks/postgresql/providers/database.rb
b/cookbooks/postgresql/providers/database.rb
index a3a7cbc073b700737b9b4999f7c58c554481f955..998d2bed3bb55f550fbe9be88c8df99144fd6792 100644
(file)
--- a/
cookbooks/postgresql/providers/database.rb
+++ b/
cookbooks/postgresql/providers/database.rb
@@
-17,6
+17,8
@@
# limitations under the License.
#
+use_inline_resources
+
def load_current_resource
@pg = Chef::PostgreSQL.new(new_resource.cluster)