customized home is not used for archive_command
Closed this issue · 0 comments
MelanieGault commented
Hi,
Thanks for your great job on this module.
I have an issue with the home parameter.
I use the module with :
class { 'barman':
autoconfigure => true,
home => '/opt/barman',
exported_ipaddress => "${::networking['ip']}/32",
manage_package_repo => false,
}
And the archive_command is always with /var/lib/barman
Thanks.
Mélanie.