puppet parser validate fails on barman::settings
Closed this issue · 3 comments
derjohn commented
Hello,
in class barman::settings there is a duplicate declaration, which makes puppet parser validate fail:
class barman::settings (
...
$pre_backup_script = false,
$post_backup_script = false,
...
$basebackup_retry_sleep = false,
$pre_backup_script = false, <==== !!
$post_backup_script = false <==== !!
darrylkuhn commented
Any chance to get #32 merged? Seems to resolve the issue for me in puppet 4.4.2
georgehansper commented
We're encountering the same problem