From f6daf041980ba47114cb98ef2ecba6f2f1c42a6b Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 15 Sep 2019 22:31:37 +0200 Subject: [PATCH] this from setting is the default. no need to pass it on explicitly --- modules/roles/manifests/dgit.pp | 1 - 1 file changed, 1 deletion(-) 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', } } -- 2.20.1