EOX-A/puppet-postgis2

Name: puppet-postgis2

Owner: EOX IT Services GmbH

Description: Support for geographic objects to the PostgreSQL

Created: 2013-04-13 09:07:36.0

Updated: 2014-02-25 18:54:02.0

Pushed: 2014-02-25 18:54:02.0

Homepage: http://www.postgis.org/

Size: 139

Language: Puppet

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

PostGIS 2 Puppet module

forked from https://github.com/camptocamp/puppet-postgis. Needs postgresql 9.0/9.1/9.2 (on Debian), uses postgresql 8.4 on CentOS (& RedHat, but I didn't test that).

Make sure to install the postgres module from puppetlabs/postgresql. Also, on CentOS, install the epel module from stahnma/epel.

P.S.: Uses the default postgis from EPEL on CentOS, which, as of the time of this writing was 1.5.3

To create a database named “gis” with the user “gis_user” do:

include postgis2
postgis2::database{ "gis":
    owner => "gis_user"
}

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.