Set up an instance of Mastodon for Kosmos

Refs #19

Use new application cookbook, update our cookbooks
This commit is contained in:
Greg Karékinian
2017-04-06 21:20:51 +02:00
parent a3f5c5f646
commit de11c0d691
345 changed files with 22591 additions and 3473 deletions

View File

@@ -1,452 +1,507 @@
# frozen_string_literal: true
# The PostgreSQL RPM Building Project built repository RPMs for easy
# access to the PGDG yum repositories. Links to RPMs for installation
# on the supported version/platform combinations are listed at
# http://yum.postgresql.org/repopackages.php, and the links for
# PostgreSQL 9.2, 9.3 and 9.4 are captured below.
# PostgreSQL 9.2, 9.3, 9.4, 9.5 and 9.6 are captured below.
#
default['postgresql']['pgdg']['repo_rpm_url'] = {
"9.4" => {
"redhat" => {
"7" => {
"x86_64" => {
"url" => "http://yum.postgresql.org/9.4/redhat/rhel-7-x86_64/",
"package" => "pgdg-redhat94-9.4-1.noarch.rpm"
}
},
"6" => {
"i386" => {
"url" => "http://yum.postgresql.org/9.4/redhat/rhel-6-i386/",
"package" => "pgdg-redhat94-9.4-1.noarch.rpm"
'9.6' => {
'amazon' => {
'2015' => {
'i386' => {
'url' => 'http://yum.postgresql.org/9.6/redhat/rhel-6-i386/',
'package' => 'pgdg-ami201503-96-9.6-3.noarch.rpm',
},
"x86_64" => {
"url" => "http://yum.postgresql.org/9.4/redhat/rhel-6-x86_64/",
"package" => "pgdg-redhat94-9.4-1.noarch.rpm"
}
},
"5" => {
"i386" => {
"url" => "http://yum.postgresql.org/9.4/redhat/rhel-5-i386/",
"package" => "pgdg-redhat94-9.4-1.noarch.rpm"
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.6/redhat/rhel-6-x86_64/',
'package' => 'pgdg-ami201503-96-9.6-3.noarch.rpm',
},
"x86_64" => {
"url" => "http://yum.postgresql.org/9.4/redhat/rhel-5-x86_64/",
"package" => "pgdg-redhat94-9.4-1.noarch.rpm"
}
}
},
},
"centos" => {
"7" => {
"x86_64" => {
"url" => "http://yum.postgresql.org/9.4/redhat/rhel-7-x86_64/",
"package" => "pgdg-centos94-9.4-1.noarch.rpm"
}
},
"6" => {
"i386" => {
"url" => "http://yum.postgresql.org/9.4/redhat/rhel-6-i386/",
"package" => "pgdg-centos94-9.4-1.noarch.rpm"
'centos' => {
'7' => {
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.6/redhat/rhel-7-x86_64/',
'package' => 'pgdg-centos96-9.6-3.noarch.rpm',
},
"x86_64" => {
"url" => "http://yum.postgresql.org/9.4/redhat/rhel-6-x86_64/",
"package" => "pgdg-centos94-9.4-1.noarch.rpm"
}
},
"5" => {
"x86_64" => {
"url" => "http://yum.postgresql.org/9.4/redhat/rhel-5-x86_64/",
"package" => "pgdg-centos94-9.4-1.noarch.rpm"
'6' => {
'i386' => {
'url' => 'http://yum.postgresql.org/9.6/redhat/rhel-6-i386/',
'package' => 'pgdg-centos96-9.6-3.noarch.rpm',
},
"i386" => {
"url" => "http://yum.postgresql.org/9.4/redhat/rhel-5-i386/",
"package" => "pgdg-centos94-9.4-1.noarch.rpm"
}
}
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.6/redhat/rhel-6-x86_64/',
'package' => 'pgdg-centos96-9.6-3.noarch.rpm',
},
},
},
"fedora" => {
"22" => {
"x86_64" => {
"url" => "http://yum.postgresql.org/9.4/fedora/fedora-22-x86_64/",
"package" => "pgdg-fedora94-9.4-3.noarch.rpm"
}
},
"21" => {
"x86_64" => {
"url" => "http://yum.postgresql.org/9.4/fedora/fedora-21-x86_64/",
"package" => "pgdg-fedora94-9.4-2.noarch.rpm"
},
"i386" => {
"url" => "http://yum.postgresql.org/9.4/fedora/fedora-21-i686/",
"package" => "pgdg-fedora94-9.4-2.noarch.rpm"
}
},
"20" => {
"x86_64" => {
"url" => "http://yum.postgresql.org/9.4/fedora/fedora-20-x86_64/",
"package" => "pgdg-fedora94-9.4-1.noarch.rpm"
'redhat' => {
'7' => {
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.6/redhat/rhel-7-x86_64/',
'package' => 'pgdg-redhat96-9.6-3.noarch.rpm',
},
"i386" => {
"url" => "http://yum.postgresql.org/9.4/fedora/fedora-20-i686/",
"package" => "pgdg-fedora94-9.4-1.noarch.rpm"
}
}
},
'6' => {
'i386' => {
'url' => 'http://yum.postgresql.org/9.6/redhat/rhel-6-i386/',
'package' => 'pgdg-redhat96-9.6-3.noarch.rpm',
},
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.6/redhat/rhel-6-x86_64/',
'package' => 'pgdg-redhat96-9.6-3.noarch.rpm',
},
},
},
"amazon" => {
"2015" => {
"i386" => {
"url" => "http://yum.postgresql.org/9.4/redhat/rhel-6-i386/",
"package" => "pgdg-ami201503-94-9.4-1.noarch.rpm"
'oracle' => {
'7' => {
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.6/redhat/rhel-7-x86_64/',
'package' => 'pgdg-oraclelinux96-9.6-3.noarch.rpm',
},
"x86_64" => {
"url" => "http://yum.postgresql.org/9.4/redhat/rhel-6-x86_64/",
"package" => "pgdg-ami201503-94-9.4-1.noarch.rpm"
}
}
},
'6' => {
'i386' => {
'url' => 'http://yum.postgresql.org/9.6/redhat/rhel-6-i386/',
'package' => 'pgdg-oraclelinux96-9.6-3.noarch.rpm',
},
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.6/redhat/rhel-6-x86_64/',
'package' => 'pgdg-oraclelinux96-9.6-3.noarch.rpm',
},
},
},
"scientific" => {
"7" => {
"x86_64" => {
"url" => "http://yum.postgresql.org/9.4/redhat/rhel-7-x86_64/",
"package" => "pgdg-sl94-9.4-1.noarch.rpm"
}
},
"6" => {
"i386" => {
"url" => "http://yum.postgresql.org/9.4/redhat/rhel-6-i386/",
"package" => "pgdg-sl94-9.4-1.noarch.rpm"
'scientific' => {
'7' => {
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.6/redhat/rhel-7-x86_64/',
'package' => 'pgdg-sl96-9.6-3.noarch.rpm',
},
"x86_64" => {
"url" => "http://yum.postgresql.org/9.4/redhat/rhel-6-x86_64/",
"package" => "pgdg-sl94-9.4-1.noarch.rpm"
}
},
"5" => {
"i386" => {
"url" => "http://yum.postgresql.org/9.4/redhat/rhel-5-i386/",
"package" => "pgdg-sl94-9.4-1.noarch.rpm"
'6' => {
'i386' => {
'url' => 'http://yum.postgresql.org/9.6/redhat/rhel-6-i386/',
'package' => 'pgdg-sl96-9.6-3.noarch.rpm',
},
"x86_64" => {
"url" => "http://yum.postgresql.org/9.4/redhat/rhel-5-x86_64/",
"package" => "pgdg-sl94-9.4-1.noarch.rpm"
}
}
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.6/redhat/rhel-6-x86_64/',
'package' => 'pgdg-sl96-9.6-3.noarch.rpm',
},
},
},
"oracle" => {
"7" => {
"x86_64" => {
"url" => "http://yum.postgresql.org/9.4/redhat/rhel-7-x86_64/",
"package" => "pgdg-oraclelinux94-9.4-1.noarch.rpm"
}
},
"6" => {
"i386" => {
"url" => "http://yum.postgresql.org/9.4/redhat/rhel-6-i386/",
"package" => "pgdg-oraclelinux94-9.4-1.noarch.rpm"
'fedora' => {
'22' => {
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.6/fedora/fedora-22-x86_64/',
'package' => 'pgdg-fedora96-9.6-3.noarch.rpm',
},
"x86_64" => {
"url" => "http://yum.postgresql.org/9.4/redhat/rhel-6-x86_64/",
"package" => "pgdg-oraclelinux94-9.4-1.noarch.rpm"
}
}
}
},
'23' => {
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.6/fedora/fedora-23-x86_64/',
'package' => 'pgdg-fedora96-9.6-3.noarch.rpm',
},
},
'24' => {
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.6/fedora/fedora-24-x86_64/',
'package' => 'pgdg-fedora96-9.6-3.noarch.rpm',
},
},
'25' => {
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.6/fedora/fedora-25-x86_64/',
'package' => 'pgdg-fedora96-9.6-3.noarch.rpm',
},
},
},
},
"9.3" => {
"amazon" => {
"2015" => {
"i386" => {
"url" => "http://yum.postgresql.org/9.3/redhat/rhel-6-i386/",
"package" => "pgdg-redhat93-9.3-1.noarch.rpm"
'9.5' => {
'amazon' => {
'2015' => {
'i386' => {
'url' => 'http://yum.postgresql.org/9.5/redhat/rhel-6-i386/',
'package' => 'pgdg-ami201503-95-9.5-3.noarch.rpm',
},
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.5/redhat/rhel-6-x86_64/',
'package' => 'pgdg-ami201503-95-9.5-3.noarch.rpm',
},
"x86_64" => {
"url" => "http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/",
"package" => "pgdg-redhat93-9.3-1.noarch.rpm"
}
},
"2014" => {
"i386" => {
"url" => "http://yum.postgresql.org/9.3/redhat/rhel-6-i386/",
"package" => "pgdg-redhat93-9.3-1.noarch.rpm"
},
"x86_64" => {
"url" => "http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/",
"package" => "pgdg-redhat93-9.3-1.noarch.rpm"
}
},
"2013" => {
"i386" => {
"url" => "http://yum.postgresql.org/9.3/redhat/rhel-6-i386/",
"package" => "pgdg-redhat93-9.3-1.noarch.rpm"
},
"x86_64" => {
"url" => "http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/",
"package" => "pgdg-redhat93-9.3-1.noarch.rpm"
}
}
},
"centos" => {
"7" => {
"x86_64" => {
"url" => "http://yum.postgresql.org/9.3/redhat/rhel-7-x86_64/",
"package" => "pgdg-centos93-9.3-1.noarch.rpm"
}
},
"6" => {
"i386" => {
"url" => "http://yum.postgresql.org/9.3/redhat/rhel-6-i386/",
"package" => "pgdg-centos93-9.3-1.noarch.rpm"
'centos' => {
'7' => {
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.5/redhat/rhel-7-x86_64/',
'package' => 'pgdg-centos95-9.5-3.noarch.rpm',
},
"x86_64" => {
"url" => "http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/",
"package" => "pgdg-centos93-9.3-1.noarch.rpm"
}
},
"5" => {
"i386" => {
"url" => "http://yum.postgresql.org/9.3/redhat/rhel-5-i386/",
"package" => "pgdg-centos93-9.3-1.noarch.rpm"
'6' => {
'i386' => {
'url' => 'http://yum.postgresql.org/9.5/redhat/rhel-6-i386/',
'package' => 'pgdg-centos95-9.5-3.noarch.rpm',
},
"x86_64" => {
"url" => "http://yum.postgresql.org/9.3/redhat/rhel-5-x86_64/",
"package" => "pgdg-centos93-9.3-1.noarch.rpm"
}
}
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.5/redhat/rhel-6-x86_64/',
'package' => 'pgdg-centos95-9.5-3.noarch.rpm',
},
},
},
"redhat" => {
"7" => {
"x86_64" => {
"url" => "http://yum.postgresql.org/9.3/redhat/rhel-7-x86_64/",
"package" => "pgdg-redhat93-9.3-1.noarch.rpm"
}
},
"6" => {
"i386" => {
"url" => "http://yum.postgresql.org/9.3/redhat/rhel-6-i386/",
"package" => "pgdg-redhat93-9.3-1.noarch.rpm",
'redhat' => {
'7' => {
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.5/redhat/rhel-7-x86_64/',
'package' => 'pgdg-redhat95-9.5-3.noarch.rpm',
},
"x86_64" => {
"url" => "http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/",
"package" => "pgdg-redhat93-9.3-1.noarch.rpm"
}
},
"5" => {
"i386" => {
"url" => "http://yum.postgresql.org/9.3/redhat/rhel-5-i386/",
"package" => "pgdg-redhat93-9.3-1.noarch.rpm"
'6' => {
'i386' => {
'url' => 'http://yum.postgresql.org/9.5/redhat/rhel-6-i386/',
'package' => 'pgdg-redhat95-9.5-3.noarch.rpm',
},
"x86_64" => {
"url" => "http://yum.postgresql.org/9.3/redhat/rhel-5-x86_64/",
"package" => "pgdg-redhat93-9.3-1.noarch.rpm"
}
}
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.5/redhat/rhel-6-x86_64/',
'package' => 'pgdg-redhat95-9.5-3.noarch.rpm',
},
},
},
"oracle" => {
"6" => {
"i386" => {
"url" => "http://yum.postgresql.org/9.3/redhat/rhel-6-i386/",
"package" => "pgdg-redhat93-9.3-1.noarch.rpm"
'oracle' => {
'7' => {
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.5/redhat/rhel-7-x86_64/',
'package' => 'pgdg-oraclelinux95-9.5-3.noarch.rpm',
},
"x86_64" => {
"url" => "http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/",
"package" => "pgdg-redhat93-9.3-1.noarch.rpm"
}
},
"5" => {
"i386" => {
"url" => "http://yum.postgresql.org/9.3/redhat/rhel-5-i386/",
"package" => "pgdg-redhat93-9.3-1.noarch.rpm"
'6' => {
'i386' => {
'url' => 'http://yum.postgresql.org/9.5/redhat/rhel-6-i386/',
'package' => 'pgdg-oraclelinux95-9.5-3.noarch.rpm',
},
"x86_64" => {
"url" => "http://yum.postgresql.org/9.3/redhat/rhel-5-x86_64/",
"package" => "pgdg-redhat93-9.3-1.noarch.rpm"
}
}
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.5/redhat/rhel-6-x86_64/',
'package' => 'pgdg-oraclelinux95-9.5-3.noarch.rpm',
},
},
},
"scientific" => {
"6" => {
"i386" => {
"url" => "http://yum.postgresql.org/9.3/redhat/rhel-6-i386/",
"package" => "pgdg-sl93-9.3-1.noarch.rpm"
'scientific' => {
'7' => {
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.5/redhat/rhel-7-x86_64/',
'package' => 'pgdg-sl95-9.5-3.noarch.rpm',
},
"x86_64" => {
"url" => "http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/",
"package" => "pgdg-sl93-9.3-1.noarch.rpm"
}
},
"5" => {
"i386" => {
"url" => "http://yum.postgresql.org/9.3/redhat/rhel-5-i386/",
"package" => "pgdg-sl93-9.3-1.noarch.rpm"
'6' => {
'i386' => {
'url' => 'http://yum.postgresql.org/9.5/redhat/rhel-6-i386/',
'package' => 'pgdg-sl95-9.5-3.noarch.rpm',
},
"x86_64" => {
"url" => "http://yum.postgresql.org/9.3/redhat/rhel-5-x86_64/",
"package" => "pgdg-sl93-9.3-1.noarch.rpm"
}
}
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.5/redhat/rhel-6-x86_64/',
'package' => 'pgdg-sl95-9.5-3.noarch.rpm',
},
},
},
"fedora" => {
"20" => {
"x86_64" => {
"url" => "http://yum.postgresql.org/9.3/fedora/fedora-20-x86_64/",
"pakcage" => "pgdg-fedora93-9.3-1.noarch.rpm"
}
},
"19" => {
"x86_64" => {
"url" => "http://yum.postgresql.org/9.3/fedora/fedora-19-x86_64/",
"pakcage" => "pgdg-fedora93-9.3-1.noarch.rpm"
}
},
"18" => {
"i386" => {
"url" => "http://yum.postgresql.org/9.3/fedora/fedora-18-i386/",
"package" => "pgdg-fedora93-9.3-1.noarch.rpm"
'fedora' => {
'22' => {
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.5/fedora/fedora-22-x86_64/',
'package' => 'pgdg-fedora95-9.5-3.noarch.rpm',
},
"x86_64" => {
"url" => "http://yum.postgresql.org/9.3/fedora/fedora-18-x86_64/",
"package" => "pgdg-fedora93-9.3-1.noarch.rpm"
}
},
"17" => {
"i386" => {
"url" => "http://yum.postgresql.org/9.3/fedora/fedora-17-i386/",
"package" => "pgdg-fedora93-9.3-1.noarch.rpm"
'23' => {
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.5/fedora/fedora-23-x86_64/',
'package' => 'pgdg-fedora95-9.5-4.noarch.rpm',
},
"x86_64" => {
"url" => "http://yum.postgresql.org/9.3/fedora/fedora-17-x86_64/",
"package" => "pgdg-fedora93-9.3-1.noarch.rpm"
}
}
}
},
'24' => {
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.5/fedora/fedora-24-x86_64/',
'package' => 'pgdg-fedora95-9.5-4.noarch.rpm',
},
},
'25' => {
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.5/fedora/fedora-25-x86_64/',
'package' => 'pgdg-fedora95-9.5-4.noarch.rpm',
},
},
},
},
"9.2" => {
"centos" => {
"6" => {
"i386" => {
"url" => "http://yum.postgresql.org/9.2/redhat/rhel-6-i386/",
"package" => "pgdg-centos92-9.2-7.noarch.rpm"
'9.4' => {
'redhat' => {
'7' => {
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.4/redhat/rhel-7-x86_64/',
'package' => 'pgdg-redhat94-9.4-2.noarch.rpm',
},
"x86_64" => {
"url" => "http://yum.postgresql.org/9.2/redhat/rhel-6-x86_64/",
"package" => "pgdg-centos92-9.2-7.noarch.rpm"
}
},
"5" => {
"i386" => {
"url" => "http://yum.postgresql.org/9.2/redhat/rhel-5-i386/",
"package" => "pgdg-centos92-9.2-7.noarch.rpm"
'6' => {
'i386' => {
'url' => 'http://yum.postgresql.org/9.4/redhat/rhel-6-i386/',
'package' => 'pgdg-redhat94-9.4-2.noarch.rpm',
},
"x86_64" => {
"url" => "http://yum.postgresql.org/9.2/redhat/rhel-5-x86_64/",
"package" => "pgdg-centos92-9.2-7.noarch.rpm"
}
}
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.4/redhat/rhel-6-x86_64/',
'package' => 'pgdg-redhat94-9.4-2.noarch.rpm',
},
},
},
"redhat" => {
"6" => {
"i386" => {
"url" => "http://yum.postgresql.org/9.2/redhat/rhel-6-i386/",
"package" => "pgdg-redhat92-9.2-7.noarch.rpm"
'centos' => {
'7' => {
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.4/redhat/rhel-7-x86_64/',
'package' => 'pgdg-centos94-9.4-2.noarch.rpm',
},
"x86_64" => {
"url" => "http://yum.postgresql.org/9.2/redhat/rhel-6-x86_64/",
"package" => "pgdg-redhat92-9.2-7.noarch.rpm"
}
},
"5" => {
"i386" => {
"url" => "http://yum.postgresql.org/9.2/redhat/rhel-5-i386/",
"package" => "pgdg-redhat92-9.2-7.noarch.rpm"
'6' => {
'i386' => {
'url' => 'http://yum.postgresql.org/9.4/redhat/rhel-6-i386/',
'package' => 'pgdg-centos94-9.4-2.noarch.rpm',
},
"x86_64" => {
"url" => "http://yum.postgresql.org/9.2/redhat/rhel-5-x86_64/",
"package" => "pgdg-redhat92-9.2-7.noarch.rpm"
}
}
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.4/redhat/rhel-6-x86_64/',
'package' => 'pgdg-centos94-9.4-2.noarch.rpm',
},
},
'5' => {
'i386' => {
'url' => 'http://yum.postgresql.org/9.4/redhat/rhel-5-i386/',
'package' => 'pgdg-centos94-9.4-3.noarch.rpm',
},
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.4/redhat/rhel-5-x86_64/',
'package' => 'pgdg-centos94-9.4-3.noarch.rpm',
},
},
},
"oracle" => {
"6" => {
"i386" => {
"url" => "http://yum.postgresql.org/9.2/redhat/rhel-6-i386/",
"package" => "pgdg-redhat92-9.2-7.noarch.rpm"
'fedora' => {
'22' => {
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.4/fedora/fedora-22-x86_64/',
'package' => 'pgdg-fedora94-9.4-4.noarch.rpm',
},
"x86_64" => {
"url" => "http://yum.postgresql.org/9.2/redhat/rhel-6-x86_64/",
"package" => "pgdg-redhat92-9.2-7.noarch.rpm"
}
},
"5" => {
"i386" => {
"url" => "http://yum.postgresql.org/9.2/redhat/rhel-5-i386/",
"package" => "pgdg-redhat92-9.2-7.noarch.rpm"
'23' => {
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.4/fedora/fedora-23-x86_64/',
'package' => 'pgdg-fedora94-9.4-5.noarch.rpm',
},
"x86_64" => {
"url" => "http://yum.postgresql.org/9.2/redhat/rhel-5-x86_64/",
"package" => "pgdg-redhat92-9.2-7.noarch.rpm"
}
}
},
'24' => {
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.4/fedora/fedora-24-x86_64/',
'package' => 'pgdg-fedora94-9.4-5.noarch.rpm',
},
},
'25' => {
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.4/fedora/fedora-25-x86_64/',
'package' => 'pgdg-fedora94-9.4-5.noarch.rpm',
},
},
},
"scientific" => {
"6" => {
"i386" => {
"url" => "http://yum.postgresql.org/9.2/redhat/rhel-6-i386/",
"package" => "pgdg-sl92-9.2-8.noarch.rpm"
'amazon' => {
'2015' => {
'i386' => {
'url' => 'http://yum.postgresql.org/9.4/redhat/rhel-6-i386/',
'package' => 'pgdg-ami201503-94-9.4-3.noarch.rpm',
},
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.4/redhat/rhel-6-x86_64/',
'package' => 'pgdg-ami201503-94-9.4-3.noarch.rpm',
},
"x86_64" => {
"url" => "http://yum.postgresql.org/9.2/redhat/rhel-6-x86_64/",
"package" => "pgdg-sl92-9.2-8.noarch.rpm"
}
},
"5" => {
"i386" => {
"url" => "http://yum.postgresql.org/9.2/redhat/rhel-5-i386/",
"package" => "pgdg-sl92-9.2-8.noarch.rpm"
},
"x86_64" => {
"url" => "http://yum.postgresql.org/9.2/redhat/rhel-5-x86_64/",
"package" => "pgdg-sl92-9.2-8.noarch.rpm"
}
}
},
"fedora" => {
"19" => {
"i386" => {
"url" => "http://yum.postgresql.org/9.2/fedora/fedora-19-i386/",
"package" => "pgdg-fedora92-9.2-6.noarch.rpm"
'scientific' => {
'7' => {
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.4/redhat/rhel-7-x86_64/',
'package' => 'pgdg-sl94-9.4-3.noarch.rpm',
},
"x86_64" => {
"url" => "http://yum.postgresql.org/9.2/fedora/fedora-19-x86_64/",
"package" => "pgdg-fedora92-9.2-6.noarch.rpm"
}
},
"18" => {
"i386" => {
"url" => "http://yum.postgresql.org/9.2/fedora/fedora-18-i386/",
"package" => "pgdg-fedora92-9.2-6.noarch.rpm"
'6' => {
'i386' => {
'url' => 'http://yum.postgresql.org/9.4/redhat/rhel-6-i386/',
'package' => 'pgdg-sl94-9.4-3.noarch.rpm',
},
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.4/redhat/rhel-6-x86_64/',
'package' => 'pgdg-sl94-9.4-3.noarch.rpm',
},
"x86_64" => {
"url" => "http://yum.postgresql.org/9.2/fedora/fedora-18-x86_64/",
"package" => "pgdg-fedora92-9.2-6.noarch.rpm"
}
},
"17" => {
"i386" => {
"url" => "http://yum.postgresql.org/9.2/fedora/fedora-17-i386/",
"package" => "pgdg-fedora92-9.2-6.noarch.rpm"
},
'oracle' => {
'7' => {
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.4/redhat/rhel-7-x86_64/',
'package' => 'pgdg-oraclelinux94-9.4-3.noarch.rpm',
},
"x86_64" => {
"url" => "http://yum.postgresql.org/9.2/fedora/fedora-17-x86_64/",
"package" => "pgdg-fedora92-9.2-5.noarch.rpm"
}
},
"16" => {
"i386" => {
"url" => "http://yum.postgresql.org/9.2/fedora/fedora-16-i386/",
"package" => "pgdg-fedora92-9.2-5.noarch.rpm"
'6' => {
'i386' => {
'url' => 'http://yum.postgresql.org/9.4/redhat/rhel-6-i386/',
'package' => 'pgdg-oraclelinux94-9.4-3.noarch.rpm',
},
"x86_64" => {
"url" => "http://yum.postgresql.org/9.2/fedora/fedora-16-x86_64/",
"package" => "pgdg-fedora92-9.2-5.noarch.rpm"
}
}
}
}
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.4/redhat/rhel-6-x86_64/',
'package' => 'pgdg-oraclelinux94-9.4-3.noarch.rpm',
},
},
},
},
'9.3' => {
'amazon' => {
'2015' => {
'i386' => {
'url' => 'http://yum.postgresql.org/9.3/redhat/rhel-6-i386/',
'package' => 'pgdg-redhat93-9.3-3.noarch.rpm',
},
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/',
'package' => 'pgdg-redhat93-9.3-3.noarch.rpm',
},
},
'2014' => {
'i386' => {
'url' => 'http://yum.postgresql.org/9.3/redhat/rhel-6-i386/',
'package' => 'pgdg-redhat93-9.3-3.noarch.rpm',
},
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/',
'package' => 'pgdg-redhat93-9.3-3.noarch.rpm',
},
},
},
'centos' => {
'7' => {
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.3/redhat/rhel-7-x86_64/',
'package' => 'pgdg-centos93-9.3-3.noarch.rpm',
},
},
'6' => {
'i386' => {
'url' => 'http://yum.postgresql.org/9.3/redhat/rhel-6-i386/',
'package' => 'pgdg-centos93-9.3-3.noarch.rpm',
},
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/',
'package' => 'pgdg-centos93-9.3-3.noarch.rpm',
},
},
},
'fedora' => {
'23' => {
'x86_64' => {
'url' => 'https://yum.postgresql.org/9.3/fedora/fedora-23-x86_64/',
'package' => 'pgdg-fedora93-9.3-4.noarch.rpm',
},
},
},
'redhat' => {
'7' => {
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.3/redhat/rhel-7-x86_64/',
'package' => 'pgdg-redhat93-9.3-2.noarch.rpm',
},
},
'6' => {
'i386' => {
'url' => 'http://yum.postgresql.org/9.3/redhat/rhel-6-i386/',
'package' => 'pgdg-redhat93-9.3-3.noarch.rpm',
},
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/',
'package' => 'pgdg-redhat93-9.3-3.noarch.rpm',
},
},
},
'oracle' => {
'6' => {
'i386' => {
'url' => 'http://yum.postgresql.org/9.3/redhat/rhel-6-i386/',
'package' => 'pgdg-redhat93-9.3-3.noarch.rpm',
},
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/',
'package' => 'pgdg-redhat93-9.3-3.noarch.rpm',
},
},
},
'scientific' => {
'6' => {
'i386' => {
'url' => 'http://yum.postgresql.org/9.3/redhat/rhel-6-i386/',
'package' => 'pgdg-sl93-9.3-3.noarch.rpm',
},
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/',
'package' => 'pgdg-sl93-9.3-3.noarch.rpm',
},
},
'5' => {
'i386' => {
'url' => 'http://yum.postgresql.org/9.3/redhat/rhel-5-i386/',
'package' => 'pgdg-sl93-9.3-3.noarch.rpm',
},
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.3/redhat/rhel-5-x86_64/',
'package' => 'pgdg-sl93-9.3-3.noarch.rpm',
},
},
},
},
'9.2' => {
'centos' => {
'6' => {
'i386' => {
'url' => 'http://yum.postgresql.org/9.2/redhat/rhel-6-i386/',
'package' => 'pgdg-centos92-9.2-8.noarch.rpm',
},
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.2/redhat/rhel-6-x86_64/',
'package' => 'pgdg-centos92-9.2-8.noarch.rpm',
},
},
},
'redhat' => {
'6' => {
'i386' => {
'url' => 'http://yum.postgresql.org/9.2/redhat/rhel-6-i386/',
'package' => 'pgdg-redhat92-9.2-9.noarch.rpm',
},
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.2/redhat/rhel-6-x86_64/',
'package' => 'pgdg-redhat92-9.2-9.noarch.rpm',
},
},
},
'oracle' => {
'6' => {
'i386' => {
'url' => 'http://yum.postgresql.org/9.2/redhat/rhel-6-i386/',
'package' => 'pgdg-redhat92-9.2-9.noarch.rpm',
},
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.2/redhat/rhel-6-x86_64/',
'package' => 'pgdg-redhat92-9.2-9.noarch.rpm',
},
},
},
'scientific' => {
'6' => {
'i386' => {
'url' => 'http://yum.postgresql.org/9.2/redhat/rhel-6-i386/',
'package' => 'pgdg-sl92-9.2-10.noarch.rpm',
},
'x86_64' => {
'url' => 'http://yum.postgresql.org/9.2/redhat/rhel-6-x86_64/',
'package' => 'pgdg-sl92-9.2-10.noarch.rpm',
},
},
},
},
}