Skip to content
New issue

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

Duplicate ssh_authorized_key[barman] #54

Open
deric opened this issue Feb 25, 2019 · 0 comments
Open

Duplicate ssh_authorized_key[barman] #54

deric opened this issue Feb 25, 2019 · 0 comments

Comments

@deric
Copy link

deric commented Feb 25, 2019

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant