From: Peter Palfrader Date: Sun, 15 Sep 2019 20:31:37 +0000 (+0200) Subject: this from setting is the default. no need to pass it on explicitly X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=f6daf041980ba47114cb98ef2ecba6f2f1c42a6b;p=mirror%2Fdsa-puppet.git this from setting is the default. no need to pass it on explicitly --- diff --git a/modules/roles/manifests/dgit.pp b/modules/roles/manifests/dgit.pp index 9afcf9fb4..213b3a5cf 100644 --- a/modules/roles/manifests/dgit.pp +++ b/modules/roles/manifests/dgit.pp @@ -6,7 +6,6 @@ class roles::dgit() { target_user => 'dgit-unpriv', key => dig($facts, 'ssh_keys_users', 'dgit', 'id_rsa.pub', 'line'), command => '/srv/dgit.debian.org/dgit-live/infra/dgit-mirror-ssh-wrap /srv/dgit.debian.org/unpriv/repos/ .git --', - from => $base::public_addresses, collect_tag => 'roles::dgit::sync', } }