Skip to content
This repository has been archived by the owner on Jan 23, 2019. It is now read-only.

Commit

Permalink
Merge pull request #146 from phlipper/redundant_postgis_attribute
Browse files Browse the repository at this point in the history
Remove redundant PostGIS attribute
  • Loading branch information
phlipper committed Mar 6, 2015
2 parents c5b50c5 + 9ccda4d commit df0423d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
9 changes: 3 additions & 6 deletions README.md
Expand Up @@ -261,11 +261,6 @@ default["postgresql"]["conf"] = {}
default["postgresql"]["conf_custom"] = false # if true, only use node["postgresql"]["conf"] default["postgresql"]["conf_custom"] = false # if true, only use node["postgresql"]["conf"]
default["postgresql"]["initdb_options"] = "--locale=en_US.UTF-8" default["postgresql"]["initdb_options"] = "--locale=en_US.UTF-8"


#------------------------------------------------------------------------------
# POSTGIS
#------------------------------------------------------------------------------
default["postgis"]["version"] = "2.1"

#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# FILE LOCATIONS # FILE LOCATIONS
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
Expand Down Expand Up @@ -618,7 +613,7 @@ default["postgresql"]["custom_variable_classes"] = ""
# POSTGIS OPTIONS # POSTGIS OPTIONS
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------


default["postgis"]["version"] = "2.0" default["postgis"]["version"] = "2.1"
``` ```




Expand Down Expand Up @@ -721,6 +716,8 @@ Many thanks go to the following who have contributed to making this cookbook eve
* add missing `ssl_ca_file` and `ssl_crl_file` attributes to the configuration template * add missing `ssl_ca_file` and `ssl_crl_file` attributes to the configuration template
* **[@vivid-inc](https://github.com/vivid-inc)** * **[@vivid-inc](https://github.com/vivid-inc)**
* add `service_actions` attribute * add `service_actions` attribute
* **[@rmoriz](https://github.com/rmoriz)**
* remove redundant postgis attribute




## License ## License
Expand Down
6 changes: 0 additions & 6 deletions attributes/default.rb
Expand Up @@ -37,12 +37,6 @@
default["postgresql"]["conf_custom"] = false # if true, only use node["postgresql"]["conf"] default["postgresql"]["conf_custom"] = false # if true, only use node["postgresql"]["conf"]
default["postgresql"]["initdb_options"] = "--locale=en_US.UTF-8" default["postgresql"]["initdb_options"] = "--locale=en_US.UTF-8"


#------------------------------------------------------------------------------
# POSTGIS
#------------------------------------------------------------------------------

default["postgis"]["version"] = "1.5"

#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# FILE LOCATIONS # FILE LOCATIONS
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
Expand Down

0 comments on commit df0423d

Please sign in to comment.