]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/postgresql/providers/user.rb
Fix issues reported by new foodcritic
[chef.git] / cookbooks / postgresql / providers / user.rb
index 4f21b4d291487d6fd4113fefd113f9c94f2a6df5..5a1402d40389f28ff5a388dc3068788cf7c19f6b 100644 (file)
@@ -17,6 +17,8 @@
 # limitations under the License.
 #
 
 # limitations under the License.
 #
 
+use_inline_resources
+
 def load_current_resource
   @pg = Chef::PostgreSQL.new(new_resource.cluster)
 
 def load_current_resource
   @pg = Chef::PostgreSQL.new(new_resource.cluster)