projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53435c2
)
this from setting is the default. no need to pass it on explicitly
author
Peter Palfrader
<peter@palfrader.org>
Sun, 15 Sep 2019 20:31:37 +0000
(22:31 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 15 Sep 2019 20:31:37 +0000
(22:31 +0200)
modules/roles/manifests/dgit.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/dgit.pp
b/modules/roles/manifests/dgit.pp
index
9afcf9f
..
213b3a5
100644
(file)
--- 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',
}
}