Skip to content

Commit

Permalink
fix postgresql recipe roles
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw authored and Matt Conway committed Jan 12, 2011
1 parent f04deb1 commit 873a3b9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -7,7 +7,7 @@

before "rubber:install_packages", "rubber:postgresql:setup_apt_sources"

task :setup_apt_sources, :roles => :redis do
task :setup_apt_sources, :roles => [:postgresql_master, :postgresql_save] do
rsudo "add-apt-repository ppa:pitti/postgresql"
end

Expand Down

0 comments on commit 873a3b9

Please sign in to comment.