From: Peter Palfrader Date: Sat, 14 Feb 2015 21:15:21 +0000 (+0100) Subject: install buildd keys X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1392f670477c70f0d2128776791c4dd77d063870;hp=013ce2108c8102a37dff50bc6891a59e0112a389;p=dsa-puppet.git install buildd keys --- diff --git a/modules/roles/manifests/buildd_master.pp b/modules/roles/manifests/buildd_master.pp index e431acce..03d06f8e 100644 --- a/modules/roles/manifests/buildd_master.pp +++ b/modules/roles/manifests/buildd_master.pp @@ -3,7 +3,7 @@ class roles::buildd_master { notify => Service['apache2'], } - file { '/etc/ssh/userkeys/wb-buildd.TEST': + file { '/etc/ssh/userkeys/wb-buildd.more': content => template('roles/buildd_master_wb-authorized_keys.erb'), } }