/[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 58 by nanardon, Thu Oct 28 23:50:45 2010 UTC revision 59 by nanardon, Thu Oct 28 23:51:17 2010 UTC
# Line 14  class postgresql { Line 14  class postgresql {
14          mode => 644,          mode => 644,
15          content => template("postgresql/postgresql.conf"),          content => template("postgresql/postgresql.conf"),
16          require => Package["postgresql9.0-server"],          require => Package["postgresql9.0-server"],
17          notify => [Service['postgreql']]          notify => [Service['postgresql']]
18      }      }
19            
20      file { '/var/lib/pgsql/data/pg_hba.conf':      file { '/var/lib/pgsql/data/pg_hba.conf':

Legend:
Removed from v.58  
changed lines
  Added in v.59

  ViewVC Help
Powered by ViewVC 1.1.30