Skip to content

Commit

Permalink
Merge pull request #38 from juliandunn/COOK-2176
Browse files Browse the repository at this point in the history
[COOK-2176] Set a default value for node['postgresql']['password'].
  • Loading branch information
Joshua Timberman committed Jan 28, 2013
2 parents 81c86a0 + 0cd2a75 commit fcf9fd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions attributes/default.rb
Expand Up @@ -179,4 +179,6 @@
{:type => 'host', :db => 'all', :user => 'all', :addr => '::1/128', :method => 'md5'} {:type => 'host', :db => 'all', :user => 'all', :addr => '::1/128', :method => 'md5'}
] ]


default['postgresql']['password'] = Hash.new

default['postgresql']['enable_pitti_ppa'] = false default['postgresql']['enable_pitti_ppa'] = false

0 comments on commit fcf9fd6

Please sign in to comment.