projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c3fe47
)
Fix ensure value for postgres
author
Julien Cristau
<jcristau@debian.org>
Sun, 19 Mar 2017 11:30:17 +0000
(12:30 +0100)
committer
Julien Cristau
<jcristau@debian.org>
Sun, 19 Mar 2017 11:30:17 +0000
(12:30 +0100)
modules/postgres/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/postgres/manifests/init.pp
b/modules/postgres/manifests/init.pp
index
af2f206
..
534e21f
100644
(file)
--- a/
modules/postgres/manifests/init.pp
+++ b/
modules/postgres/manifests/init.pp
@@
-1,6
+1,6
@@
class postgres {
$ensure = ($::postgres) ? {
- true => '
ensure
',
+ true => '
present
',
default => 'absent'
}