From: Peter Palfrader Date: Sun, 22 Sep 2019 19:23:12 +0000 (+0200) Subject: on farmsync target collect ssh keys with the right tag X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;ds=sidebyside;h=462ca2355945370f3e22643237d02dfca89b1570;p=mirror%2Fdsa-puppet.git on farmsync target collect ssh keys with the right tag --- diff --git a/modules/roles/manifests/snapshot_farmsync_target.pp b/modules/roles/manifests/snapshot_farmsync_target.pp index ad153c60f..84a83c3c9 100644 --- a/modules/roles/manifests/snapshot_farmsync_target.pp +++ b/modules/roles/manifests/snapshot_farmsync_target.pp @@ -4,6 +4,6 @@ class roles::snapshot_farmsync_target { ssh::authorized_key_collect { 'snapshot': target_user => 'snapshot', - collect_tag => 'roles::snapshot_master::to::farmsync_target', + collect_tag => 'roles::snapshot::to::farmsync_target', } }