From: Peter Palfrader Date: Sat, 7 Sep 2019 16:17:35 +0000 (+0200) Subject: correctly spell username X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=3ddc2b0908d45ef32e7f52ef1655feac2425be09;p=mirror%2Fdsa-puppet.git correctly spell username --- 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':