Start with puppetizing postgres cluster backup configuration. for now, only deal...
[mirror/dsa-puppet.git] / modules / postgres / manifests / init.pp
index 534e21f..a3015db 100644 (file)
@@ -1,3 +1,4 @@
+#
 class postgres {
        $ensure = ($::postgres) ? {
                true    => 'present',