postgres-formula/postgres
Imran Iqbal 06e5944133 Allow port to be configurable
Regex:

- `^`        Line start
- `#*\s*`    Find line even if commented out
- `(port)`   'port' -- capture as backreference `\1`
- `\s*=\s*`  Equals sign, whether or not surrounded by whitespace
- `\d{4,5}`  Existing port value, expected at 4/5 digits
- `(.*)`     Remainder (i.e. comment) -- capture as backreference `\2`
- `$`        Line end
2018-06-09 00:21:40 +01:00
..
client Make formula relative to actual directory by using 'tpldir' 2018-05-11 22:35:50 +02:00
macos Make formula relative to actual directory by using 'tpldir' 2018-05-11 22:35:50 +02:00
server Allow port to be configurable 2018-06-09 00:21:40 +01:00
templates Add support for configure pg_ident.conf 2018-03-12 16:40:27 +01:00
codenamemap.yaml Merge pull request #217 from myii/patch-2 2018-06-06 19:45:11 +01:00
defaults.yaml Allow port to be configurable 2018-06-09 00:21:40 +01:00
dev.sls Make formula relative to actual directory by using 'tpldir' 2018-05-11 22:35:50 +02:00
dropped.sls Make formula relative to actual directory by using 'tpldir' 2018-05-11 22:35:50 +02:00
init.sls POSTGRESAPP on MacOS 2018-03-08 11:53:38 +00:00
macros.jinja Allow port to be configurable 2018-06-09 00:21:40 +01:00
manage.sls Make formula relative to actual directory by using 'tpldir' 2018-05-11 22:35:50 +02:00
map.jinja Add OS grain filter_by. Move Fedora to osmap 2018-03-31 20:13:23 +01:00
osfamilymap.yaml Merge pull request #205 from noelmcloughlin/alts 2018-05-10 11:31:48 +02:00
osmap.yaml Add OS grain filter_by. Move Fedora to osmap 2018-03-31 20:13:23 +01:00
python.sls Make formula relative to actual directory by using 'tpldir' 2018-05-11 22:35:50 +02:00
repo.yaml fromrepo support 2018-04-09 14:59:49 +01:00
upstream.sls Make formula relative to actual directory by using 'tpldir' 2018-05-11 22:35:50 +02:00