]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/postgresql/libraries/postgresql.rb
Correct interface name for konqi
[chef.git] / cookbooks / postgresql / libraries / postgresql.rb
index 05bf158f2500413c1146c1a315c9f912d3855a26..f80efe15a669dac45f988c89e838c4d07094b555 100644 (file)
@@ -1,4 +1,4 @@
-require 'chef/mixin/command'
+require "chef/mixin/command"
 
 class Chef
   class PostgreSQL
@@ -105,7 +105,7 @@ class Chef
       end
     end
 
-  private
+    private
 
     def parse_acl(acl)
       acl.sub(/^\{(.*)\}$/, "\\1").split(",").each_with_object({}) do |entry, permissions|