You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
480 B
13 lines
480 B
name 'akumria-postgresql'
|
|
version '1.0.0'
|
|
source 'UNKNOWN'
|
|
author 'akumria'
|
|
license 'GNU General Public License, Version 3+'
|
|
summary 'Install and configure postgresql database system'
|
|
description "Postgresql is a database system which is broadly compatible with SQL
|
|
standards. You can setup users and configure databases using this module.
|
|
"
|
|
project_page 'https://github.com/akumria/puppet-postgresql'
|
|
|
|
## Add dependencies, if any:
|
|
dependency 'puppetlabs/stdlib', '>= 2.3.1'
|
|
|