This repository was archived by the owner on Jan 23, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -261,11 +261,6 @@ default["postgresql"]["conf"] = {}
261
261
default[" postgresql" ][" conf_custom" ] = false # if true, only use node["postgresql"]["conf"]
262
262
default[" postgresql" ][" initdb_options" ] = " --locale=en_US.UTF-8"
263
263
264
- # ------------------------------------------------------------------------------
265
- # POSTGIS
266
- # ------------------------------------------------------------------------------
267
- default[" postgis" ][" version" ] = " 2.1"
268
-
269
264
# ------------------------------------------------------------------------------
270
265
# FILE LOCATIONS
271
266
# ------------------------------------------------------------------------------
@@ -618,7 +613,7 @@ default["postgresql"]["custom_variable_classes"] = ""
618
613
# POSTGIS OPTIONS
619
614
# ------------------------------------------------------------------------------
620
615
621
- default[" postgis" ][" version" ] = " 2.0 "
616
+ default[" postgis" ][" version" ] = " 2.1 "
622
617
```
623
618
624
619
@@ -721,6 +716,8 @@ Many thanks go to the following who have contributed to making this cookbook eve
721
716
* add missing ` ssl_ca_file ` and ` ssl_crl_file ` attributes to the configuration template
722
717
* ** [ @vivid-inc ] ( https://github.com/vivid-inc ) **
723
718
* add ` service_actions ` attribute
719
+ * ** [ @rmoriz ] ( https://github.com/rmoriz ) **
720
+ * remove redundant postgis attribute
724
721
725
722
726
723
## License
Original file line number Diff line number Diff line change 37
37
default [ "postgresql" ] [ "conf_custom" ] = false # if true, only use node["postgresql"]["conf"]
38
38
default [ "postgresql" ] [ "initdb_options" ] = "--locale=en_US.UTF-8"
39
39
40
- #------------------------------------------------------------------------------
41
- # POSTGIS
42
- #------------------------------------------------------------------------------
43
-
44
- default [ "postgis" ] [ "version" ] = "1.5"
45
-
46
40
#------------------------------------------------------------------------------
47
41
# FILE LOCATIONS
48
42
#------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments