Skip to content

Commit

Permalink
Edited cookbooks/main/recipes/default.rb via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Randommood committed Oct 11, 2011
1 parent 365bb5d commit 4c223ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbooks/main/recipes/default.rb
Expand Up @@ -55,7 +55,7 @@
#require_recipe "mysql_administrative_tools"

#enable contrib modules for a given Postgresql9 database
if ['solo','db_master', 'db_slave'].include?(node[:instance_role])
#if ['solo','db_master', 'db_slave'].include?(node[:instance_role])
# postgresql9_autoexplain "dbname"
# postgresql9_chkpass "dbname"
# postgresql9_citext "dbname"
Expand All @@ -82,4 +82,4 @@
# postgresql9_pg_buffercache "postgres"
# postgresql9_pg_freespacemap "postgres"

end
#end

0 comments on commit 4c223ba

Please sign in to comment.