From 3ddc2b0908d45ef32e7f52ef1655feac2425be09 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 7 Sep 2019 18:17:35 +0200 Subject: [PATCH] correctly spell username --- modules/roles/manifests/dns_primary.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/roles/manifests/dns_primary.pp b/modules/roles/manifests/dns_primary.pp index 65b16a211..663b3786b 100644 --- a/modules/roles/manifests/dns_primary.pp +++ b/modules/roles/manifests/dns_primary.pp @@ -3,7 +3,7 @@ class roles::dns_primary { include named::primary ssh::authorized_key_collect { 'dns_primary-dnsadm': - target_user => 'dssadm', + target_user => 'dnsadm', collect_tag => 'dns_primary', } ssh::authorized_key_collect { 'dns_primary-letsencrypt': -- 2.20.1