Version information
released Sep 25th 2014
Start using this module
Add this module to your Puppetfile:
mod 'camptocamp-postgis', '2.0.0'
Learn more about managing modules with a PuppetfileDocumentation
camptocamp/postgis — version 2.0.0 Sep 25th 2014
PostGis Puppet module
Usage
Exec {
path => '/usr/bin:/usr/sbin/:/bin:/sbin:/usr/local/bin:/usr/local/sbin',
}
include ::postgis
This will install the postgis package, create a template\_postgis
template
database with geometry_columns and geometry_columns tables and grant some
privileges to PUBLIC role.
This module is provided by Camptocamp
Contributing
Please report bugs and feature request using GitHub issue tracker.
For pull requests, it is very much appreciated to check your Puppet manifest with puppet-lint to follow the recommended Puppet style guidelines from the Puppet Labs style guide.
License
Copyright (c) 2013 puppet@camptocamp.com All rights reserved.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
2014-09-25 - Version 2.0.0
Add Postgis2 support Remove deprecated stuffs
2014-07-02 - Version 1.0.0
Major rewrite
Dependencies
- puppetlabs/postgresql (>= 3.4.0)