postgresinator 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2bd99cf1afd9813a1132d894170183c1746de081
|
4
|
+
data.tar.gz: 215d325c16685da3da2f1c5c6e379da050599f50
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 68699734a9f6d16299318e55103c9eb4274dc01caea0255a015071010fd22a93960952508aae3ab22b8447b70723fc55dbbc76c8e1012b8a6296ebc3b31d5981
|
7
|
+
data.tar.gz: 28b0ad2497af5e377660d3cf6055a08304b66069d2f3c82a04d97b3aa18dedd4a6aed5cc4938c9443314af5ec30fc422c7674fe150315f067d71cbb71ff83310
|
@@ -2,7 +2,7 @@ class PostgresCluster
|
|
2
2
|
def self.settings
|
3
3
|
{
|
4
4
|
"image" => {
|
5
|
-
"name" => "snarlysodboxer/postgresql:0.0.
|
5
|
+
"name" => "snarlysodboxer/postgresql:0.0.1",
|
6
6
|
"config_files" => ["postgresql.conf", "pg_hba.conf", "recovery.conf"],
|
7
7
|
"data_path" => "/var/lib/postgresql/9.1/main",
|
8
8
|
"conf_path" => "/etc/postgresql/9.1/main",
|
data/lib/postgresinator/pg.rb
CHANGED
@@ -6,10 +6,6 @@ require './postgresinator.rb'
|
|
6
6
|
# tasks without 'desc' description lines are for manual debugging of this
|
7
7
|
# deployment code.
|
8
8
|
#
|
9
|
-
# postgrestinator does not currently support more than one master or
|
10
|
-
# slave per domain for a particular cluster configuration file, but
|
11
|
-
# that can be accomplished with multiple postgresinator.rb configs.
|
12
|
-
#
|
13
9
|
# we've choosen to only pass strings (if anything) to tasks. this allows tasks to be
|
14
10
|
# debugged individually. only private methods take ruby objects.
|
15
11
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: postgresinator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- david amick
|
@@ -77,7 +77,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
77
77
|
requirements:
|
78
78
|
- - '>='
|
79
79
|
- !ruby/object:Gem::Version
|
80
|
-
version:
|
80
|
+
version: 1.9.3
|
81
81
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
82
82
|
requirements:
|
83
83
|
- - '>='
|