exec {"initdb":
command => "/usr/local/etc/rc.d/postgresql forceinitdb",
creates => "/home/pgsql/data",
before => Service["postgresql"],
}
exec {"initdb":
command => "/usr/local/etc/rc.d/postgresql forceinitdb",
creates => "/home/pgsql/data",
before => Service["postgresql"],
}