We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've configured a backup server and now on a DB server I'm hitting following error:
A duplicate resource was found while collecting exported resources, with the type and title Ssh_authorized_key[barman]
backup server:
class { 'postgresql::globals': manage_package_repo => true, }-> class { 'barman': } @@host { $::fqdn: ensure => 'present', name => $::fqdn, host_aliases => $::hostname, ip => pick($::ipaddress_eth0, $::ipaddress), } Host <<| |>>
DB server:
include barman::postgres
Am I missing something?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've configured a backup server and now on a DB server I'm hitting following error:
backup server:
DB server:
include barman::postgres
Am I missing something?
The text was updated successfully, but these errors were encountered: