2ndquadrant-it/puppet-barman

puppet parser validate fails on barman::settings

Closed this issue · 3 comments

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    <==== !!

Any chance to get #32 merged? Seems to resolve the issue for me in puppet 4.4.2

We're encountering the same problem

#32 has been merged. I'm closing this issue.