/[adm]/puppet/modules/postgresql/manifests/init.pp
ViewVC logotype

Diff of /puppet/modules/postgresql/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1357 by misc, Tue Mar 22 18:42:46 2011 UTC revision 1358 by misc, Tue Mar 22 18:42:50 2011 UTC
# Line 57  class postgresql { Line 57  class postgresql {
57              require => Package["postgresql-server"],              require => Package["postgresql-server"],
58          }          }
59                    
60          # TODO use augeas to manage this file once augeas 0.7.4 is installed          $db = list_exported_ressources('Postgresql::Db_and_user')
         # on our server, as this would allow use to autodeclare database in it without  
         # much trouble  
         $db = list_exported_ressources('Postgresql::Database')  
61          file { 'pg_hba.conf':          file { 'pg_hba.conf':
62              path => "$pgsql_data/pg_hba.conf",              path => "$pgsql_data/pg_hba.conf",
63              ensure => present,              ensure => present,

Legend:
Removed from v.1357  
changed lines
  Added in v.1358

  ViewVC Help
Powered by ViewVC 1.1.30