Report abuse

1
2
3
4
5
6
      exec { "initdb":
        command => "/usr/local/etc/rc.d/postgresql forceinitdb",
        creates => "/home/pgsql/data",
        require => Package["postgresql"],
        before  => Service["postgresql"],
      }