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