this from setting is the default. no need to pass it on explicitly
authorPeter Palfrader <peter@palfrader.org>
Sun, 15 Sep 2019 20:31:37 +0000 (22:31 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sun, 15 Sep 2019 20:31:37 +0000 (22:31 +0200)
modules/roles/manifests/dgit.pp

index 9afcf9f..213b3a5 100644 (file)
@@ -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',
   }
 }