From fd6ea9437443970415a22223613c1c90285573e8 Mon Sep 17 00:00:00 2001 From: Lucas Kanashiro Date: Wed, 6 Aug 2014 01:45:28 -0300 Subject: [PATCH] Fixed database creation with puppet --- puppet/modules/colab/manifests/init.pp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/puppet/modules/colab/manifests/init.pp b/puppet/modules/colab/manifests/init.pp index 0ff96ca..dcbbf83 100644 --- a/puppet/modules/colab/manifests/init.pp +++ b/puppet/modules/colab/manifests/init.pp @@ -18,14 +18,10 @@ class colab ( include postgresql::server - postgresql::server::role { 'colab': - password_hash => postgresql_password('colab', 'colab'), - } - postgresql::server::db { 'colab': user => 'colab', - password => postgresql_password('colab', 'colab'), - owner => 'colab', + password => 'colab', + grant => 'all', } appdeploy::django { 'colab': -- libgit2 0.21.2