lib/generators/lobot/templates/chef/cookbooks/pivotal_server/recipes/postgres.rb in lobot-0.9.6 vs lib/generators/lobot/templates/chef/cookbooks/pivotal_server/recipes/postgres.rb in lobot-0.9.7
- old
+ new
@@ -21,10 +21,10 @@
user "postgres"
run_unless_marker_file_exists("postgres_9_0_4") do
execute "download postgres src" do
- command "mkdir -p #{src_dir} && curl -Lsf http://ftp9.us.postgresql.org/pub/mirrors/postgresql/source/v9.0.4/postgresql-9.0.4.tar.bz2 | tar xvj -C#{src_dir} --strip 1"
+ command "mkdir -p #{src_dir} && curl -Lsf http://ftp.postgresql.org/pub/source/v9.1.2/postgresql-9.1.2.tar.bz2 | tar xvj -C#{src_dir} --strip 1"
end
execute "config" do
command "./configure --disable-debug --enable-thread-safety --with-gssapi --with-krb5 --with-openssl --with-libxml --with-libxslt --with-perl --bindir=/usr/local/bin"
cwd src_dir
\ No newline at end of file