Brian Jackson
17baaa9f8c
Add _states/_modules for tablespaces and add tablespace support to formula
...
Add temporary states/modules for handling tablespaces in Postgresql. These will
be fed back upstream, but they can live here for now.
Add support for the states/modules to the formula.
2015-04-23 11:17:39 -05:00
Forrest
92ee5e3538
Merge pull request #46 from iggy/new-style-map-jinja
...
Switch to new style map.jinja
2015-04-22 16:20:10 -07:00
Brian Jackson
967fa6504b
Switch to new style map.jinja
...
Move this formula to the new style map.jinja. Still need to sort out RedHat
handling, but it's not any worse than it was before (i.e. horribly broken)
2015-04-22 17:47:02 -05:00
Nitin Madhok
98bb44df47
Merge pull request #45 from dferrantelli/master
...
added client-only formula and required default values
2015-04-21 19:39:01 -04:00
Dominic Ferrantelli
7ddfbb22e6
moved upstream repo to an include, checked for Ubuntu before attempting to add it
2015-04-21 15:13:42 -07:00
Dominic Ferrantelli
c62b41524d
updated README and pillar.example to include client formula
2015-04-21 13:40:01 -07:00
Dominic Ferrantelli
f6e68157a3
added client formula and required default values
2015-04-21 13:06:41 -07:00
Nitin Madhok
b38deb618f
Update LICENSING year
2015-03-20 20:12:44 -04:00
Forrest
6855ae3494
Merge pull request #44 from dferrantelli/master
...
allow multiline postgres:postgresconf
2015-03-12 16:42:02 -07:00
Dominic Ferrantelli
430c735b0d
added automatic indentation of postgres:postgresconf to allow for multiple lines to be added to the conf
2015-03-12 16:14:34 -07:00
Nitin Madhok
30490ceb78
Merge pull request #42 from rmoorman/master
...
Adjust the init state's jinja syntax to prevent errors if there is no postgres pillar data
2015-02-27 17:59:31 -05:00
Rico Moorman
9a21a59b58
Adjust the init state's jinja syntax to prevent errors if there is no postgres pillar data
2015-02-27 00:29:51 +01:00
Nitin Madhok
8ed841f8e5
Merge pull request #40 from saltstack-formulas/revert-39-enhancement/markdown-readme
...
Revert "Update README to markdown syntax"
2015-02-23 23:40:23 +05:30
Nitin Madhok
edca294b29
Revert "Update README to markdown syntax"
2015-02-23 23:40:07 +05:30
Wolodja Wentland
aa4d6baca6
Merge pull request #39 from seegno/enhancement/markdown-readme
...
Update README to markdown syntax
2015-02-23 18:56:13 +01:00
Alfredo Palhares
5c67797b1b
Update README to markdown syntax
2015-02-23 16:47:04 +00:00
Wolodja Wentland
3357e1c705
Merge pull request #36 from seegno/feature/kitchen-salt
...
Add kitchen-salt testing
2015-02-23 14:16:19 +01:00
Alfredo Palhares
52b92b6a01
Add kitchen-salt documentation to the README file
2015-02-23 11:07:41 +00:00
Alfredo Palhares
debf1a5a7f
Add gitignore
2015-02-20 17:38:03 +00:00
Alfredo Palhares
007ed90859
Add ServerSpec test
2015-02-20 17:34:20 +00:00
Alfredo Palhares
438811d03f
Add test-kitchen configuration file
2015-02-20 17:29:34 +00:00
Alfredo Palhares
6dd7a6596a
Add Gemfile with kitchen-salt dependencies
2015-02-20 17:13:54 +00:00
Nitin Madhok
afa5344a12
Merge pull request #35 from alanpearce/contrib
...
Add switch to install contrib package
2015-02-16 16:09:31 +05:30
Alan Pearce
3baf9ca8e1
Add switch to install contrib package
2015-02-14 17:36:04 +00:00
Forrest
8b8b19b3b2
Merge pull request #34 from alanpearce/upstream-repo
...
Add option to use upstream repo on Debian
2015-02-07 18:09:26 -08:00
Alan Pearce
b317cebf18
Add option to use upstream repo on Debian
2015-02-01 14:40:45 +00:00
Forrest
07a3073fab
Merge pull request #33 from durana/patch-1
...
Fix typo
2015-01-29 17:00:52 -08:00
Adam Durana
0a429b9a97
Fix typo
2015-01-29 18:26:47 -05:00
Nitin Madhok
a5e020deed
Merge pull request #32 from brot/f/ubuntu
...
Option to disable installation of pkg_libpq_dev
2015-01-30 00:32:41 +05:30
Bernd Schlapsi
3e0b210d5d
Option to disable installation of pkg_libpq_dev
2015-01-29 07:26:55 +01:00
Nitin Madhok
46a6338cdf
Merge pull request #30 from sbrefort/master
...
Limitation of default access rights to improve security
2015-01-12 23:57:43 +05:30
Stéphanie Bréfort
4aaf298d00
Limitation of default access rights to improve security
2015-01-12 19:02:06 +01:00
Forrest
ff0742dd44
Merge pull request #27 from saxonww/master
...
Remove duplication in map.jinja
2014-12-31 15:39:18 -08:00
Will Saxon
a58f153fb1
Remove duplication in map.jinja
...
This change addresses #26 by consolidating Ubuntu and Debian
configuration back under the 'Debian' os_family grain.
The main difference between the various Ubuntu and Debian versions is
the version of postgresql in use; package/service names and directory
patterns are identical. This change separates the version number into
its own pg_version dictionary, which is used as needed by the postgres
dictionary.
2014-12-31 16:58:41 -05:00
Nitin Madhok
6173593c35
Merge pull request #25 from johnkeates/master
...
Add support for Debian 7 and Debian 8
2014-12-22 09:22:25 -05:00
John Keates
503c5f9eea
Fix indentation on line 54
2014-12-22 15:18:17 +01:00
John Keates
4aabfdeae8
Add support for Debian 7 and Debian 8
2014-12-22 15:02:13 +01:00
Nitin Madhok
a4802f915e
Merge pull request #24 from abrefort/master
...
Add support for ubuntu 14.10
2014-12-21 17:48:25 -05:00
Adrien Bréfort
4ced50dac3
Remove default cluster creation for Ubuntu.
...
Since this is already done by the post-install script.
2014-12-21 23:11:00 +01:00
Adrien Bréfort
69ef32edb4
Add Ubuntu 14.10 map support.
2014-12-21 22:22:07 +01:00
Nitin Madhok
04122d23db
Merge pull request #23 from saltstack-formulas/style-short-dec
...
Change states to use short-dec style
2014-12-13 06:47:31 -05:00
Seth House
c2939d7e97
Change states to use short-dec style
2014-12-13 00:19:59 -07:00
Nitin Madhok
8b3ccda879
Merge pull request #22 from blbradley/example-pillar-acl-fix
...
Host ACL in pillar.example has host and user backward
2014-10-11 05:19:58 -04:00
Brandon Bradley
99114652ac
fix host ACL in pillar.example
2014-10-10 22:35:47 -05:00
Nitin Madhok
7cc0a282e2
Merge pull request #20 from berry-langerak/feature/adding-config-to-postgresql-conf
...
Added the ability to add custom configuration to postgresql.conf.
2014-10-06 07:21:51 -04:00
Berry Langerak
a8afe3ed58
Re-adding variables that I removed by accident.:
2014-10-06 11:48:12 +02:00
Berry Langerak
cfbc2910ed
Fixing merge conflict.
2014-10-06 11:43:45 +02:00
Nitin Madhok
8bdfb89b38
Merge pull request #19 from berry-langerak/bugfix/adding-postgresql-9.3-support
...
Adding PostgreSQL 9.3 support for Ubuntu 14.04
2014-10-06 05:35:38 -04:00
Berry Langerak
c9aeea4c66
Added the ability to add custom configuration to the postgresql.conf configuration file.
2014-10-06 11:34:43 +02:00
Berry Langerak
59e6f3e1fd
Removing the static 9.3 from init.sls, moving it to a variable.
2014-10-06 10:38:12 +02:00