Sha256: 16aae8f8566e3441cd41992441bcbe7aa80519b26eada6983f437bcbb13d5fd5

Contents?: true

Size: 544 Bytes

Versions: 17

Compression:

Stored size: 544 Bytes

Contents

######################################################################
#                          POSTGRES DEFAULTS                         #
######################################################################
Capistrano::Configuration.instance(:must_exist).load do
  require 'chicken_soup/capabilities/shared/db-defaults'

  namespace :capabilities do
    namespace :defaults do
      desc "[internal] Sets intelligent defaults for Postgres deployments."
      task :postgres do
        capabilities.defaults.db
      end
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
chicken_soup-0.9.0 lib/chicken_soup/capabilities/postgres/postgres-defaults.rb
chicken_soup-0.8.6 lib/chicken_soup/capabilities/postgres/postgres-defaults.rb
chicken_soup-0.8.5 lib/chicken_soup/capabilities/postgres/postgres-defaults.rb
chicken_soup-0.8.4 lib/chicken_soup/capabilities/postgres/postgres-defaults.rb
chicken_soup-0.8.3 lib/chicken_soup/capabilities/postgres/postgres-defaults.rb
chicken_soup-0.8.2 lib/chicken_soup/capabilities/postgres/postgres-defaults.rb
chicken_soup-0.8.1 lib/chicken_soup/capabilities/postgres/postgres-defaults.rb
chicken_soup-0.8.0 lib/chicken_soup/capabilities/postgres/postgres-defaults.rb
chicken_soup-0.6.1 lib/chicken_soup/capabilities/postgres/postgres-defaults.rb
chicken_soup-0.6.0 lib/chicken_soup/capabilities/postgres/postgres-defaults.rb
chicken_soup-0.5.3 lib/chicken_soup/capabilities/postgres/postgres-defaults.rb
chicken_soup-0.5.2 lib/chicken_soup/capabilities/postgres/postgres-defaults.rb
chicken_soup-0.5.0 lib/chicken_soup/capabilities/postgres/postgres-defaults.rb
chicken_soup-0.4.1 lib/chicken_soup/capabilities/postgres/postgres-defaults.rb
chicken_soup-0.4.0 lib/chicken_soup/capabilities/postgres/postgres-defaults.rb
chicken_soup-0.3.0 lib/chicken_soup/capabilities/postgres/postgres-defaults.rb
chicken_soup-0.2.0 lib/chicken_soup/capabilities/postgres/postgres-defaults.rb