Skip to content

Commit

Permalink
Add postgresql::slave to metadata list so it shows up i RS consol.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpxcorp committed Feb 1, 2011
1 parent 2fd8387 commit fd8f5f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions postgresql/metadata.json
Expand Up @@ -13,6 +13,7 @@
"postgresql::client": "Installs postgresql client package(s)",
"postgresql::slony": "Install Slony replication.",
"postgresql::default": "Installs postgresql client package",
"postgresql::slave": "Prep host as streaming replication slave.",
"postgresql::pgagent": "Install pgagent job control system for postgres.",
"postgresql::pgpool": "Install pgpool connection pooler via apt.",
"postgresql::statspack": "Install PG statspack.",
Expand Down
1 change: 1 addition & 0 deletions postgresql/metadata.rb
Expand Up @@ -12,6 +12,7 @@
recipe "postgresql::pgpool", "Install pgpool connection pooler via apt."
recipe "postgresql::pgpool-II", "Install pgpool-II connection pooler from source."
recipe "postgresql::ripi-config", "Configure PG server for RIPI"
recipe "postgresql::slave", "Prep host as streaming replication slave."
recipe "postgresql::slony", "Install Slony replication."
recipe "postgresql::statspack", "Install PG statspack."
recipe "postgresql::oracle-compat", "Install Orafce Oracle compat utils."
Expand Down

0 comments on commit fd8f5f2

Please sign in to comment.