Skip to content

Commit 48c3ad0

Browse files
author
jerdmann
committed
Ensure multiple postgresql::server::recovery resources can be defined
1 parent 821b5c5 commit 48c3ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/server/recovery.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
}
6262

6363
# Create the recovery.conf content
64-
concat::fragment { 'recovery.conf':
64+
concat::fragment { "${name}-recovery.conf":
6565
target => $target,
6666
content => template('postgresql/recovery.conf.erb'),
6767
}

0 commit comments

Comments
 (0)