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
Berry Langerak
aef555ad80
Fixing issues with Centos (initdb, and service name).
2014-10-06 10:14:34 +02:00
Berry Langerak
f96844c7c0
Adding PostgreSQL 9.3 support for Ubuntu 14.04
...
- Added conditional support for PostgreSQL 9.3.
- Added conf_dir and create_cluster variables to denote actions based on
OS / release.
2014-10-01 16:55:01 +02:00
Nitin Madhok
1c1417e1b8
Merge pull request #17 from saltstack-formulas/revert-16-map-update-9.3
...
Revert "update map.jinja Debian grain for postgresql 9.3"
2014-09-25 12:25:08 -04:00
Nitin Madhok
6875fa39fa
Revert "update map.jinja Debian grain for postgresql 9.3"
2014-09-25 12:24:34 -04:00
Nitin Madhok
8977138cff
Merge pull request #16 from blbradley/map-update-9.3
...
update map.jinja Debian grain for postgresql 9.3
2014-09-25 10:04:33 -04:00
Brandon Bradley
ffc266221b
update map.jinja Debian grain for postgresql 9.3
2014-09-25 08:18:28 -05:00
Seth House
4b5b338304
Merge pull request #15 from h3/master
...
Support for multiple users / databases in Pillar
2014-07-27 21:47:52 -06:00
root
06693c0dcf
Added support for multiple databases/users
2014-07-27 22:04:57 -04:00
Maxime Haineault
d91417979d
Added other missing deps
2014-07-27 01:58:18 -04:00
Maxime Haineault
6545fa58a7
Added postgres dev package
2014-07-27 01:55:47 -04:00
Joseph Hall
1b75171449
Merge pull request #14 from sbellem/readme
...
Fixed broken link
2014-07-17 12:16:46 -06:00
Sylvain Bellemare
db4a4a8724
Fixed broken link
2014-07-17 20:10:44 +02:00
Forrest
90397cf555
Merge pull request #13 from amcnea/master
...
Updated init.sls to use pillar.get and updated pillar.example
2014-07-13 14:18:36 -07:00
Alan McNea
5793d73e54
Added pg_hpa entry for pillar.example
2014-07-13 19:19:47 +00:00
Alan McNea
ae5e3e565a
Changed pillar data to use pillar.get and set defaults in init.sls
2014-07-13 19:17:24 +00:00
Seth House
10e8fa89ba
Switched to safe dictionary lookup methods
...
Fixes #10
2014-05-29 13:02:28 -06:00
Seth House
23b9c22398
Moved conf file watch statement into the if-statement
2014-05-16 11:03:55 -06:00
Seth House
2bd55a5a16
Wrap app db creation in an if-statement to check for Pillar values
2014-05-16 11:00:16 -06:00
Seth House
9ac9a4610e
Wrap the Postgres conf file in an if-statement; grab source from Pillar
2014-05-16 10:56:55 -06:00
Seth House
f17fac7a2e
Merge pull request #9 from audreyr/master
...
Add pg_hba.conf, and creation of user/db
2014-05-16 10:44:24 -06:00
Audrey Roy
0657d2fbde
pg_hba.conf is Jinja-templated.
2014-05-15 15:31:42 -07:00
Audrey Roy
be6689a770
Add watch state, to watch pg_hba.conf.
2014-05-15 15:09:21 -07:00
Audrey Roy
4a2a60f6bf
Add creation of user and db for the app.
2014-05-15 15:06:04 -07:00
Audrey Roy
ac7e017eb5
Ubuntu uses Debian mapping.
2014-05-15 14:54:53 -07:00
Audrey Roy
c244688496
Add pg_hba.conf, Ubuntu mapping, and example..
2014-05-15 14:44:39 -07:00
Seth House
c8ba27b366
Merge pull request #8 from cro/master
...
Add pillar.example
2014-05-08 08:58:18 -06:00
C. R. Oldham
33c19159d2
Add pillar example
2014-05-06 11:48:21 -06:00
Forrest
993686758d
Merge pull request #6 from Ken-2scientists/master
...
correcting service name on Debian/Ubuntu and correcting python state pillar lookup
2014-03-02 15:31:01 -07:00
Ken Smith
c540e497f6
corrected python state to match map.jinja
2014-02-27 11:53:05 -05:00
Ken Smith
509d1787d0
Corrected service name on Debian/Ubuntu
2014-02-27 11:37:02 -05:00
Forrest
6b0c8f5f4c
Merge pull request #5 from aboe76/master
...
updated postgresql module
2014-02-12 22:17:32 -07:00