Fix ensure value for postgres
authorJulien Cristau <jcristau@debian.org>
Sun, 19 Mar 2017 11:30:17 +0000 (12:30 +0100)
committerJulien Cristau <jcristau@debian.org>
Sun, 19 Mar 2017 11:30:17 +0000 (12:30 +0100)
modules/postgres/manifests/init.pp

index af2f206..534e21f 100644 (file)
@@ -1,6 +1,6 @@
 class postgres {
        $ensure = ($::postgres) ? {
-               true    => 'ensure',
+               true    => 'present',
                default => 'absent'
        }