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:
f6aa812
)
masters also talk to themselves
author
Peter Palfrader
<peter@palfrader.org>
Sun, 8 Sep 2019 07:33:56 +0000
(09:33 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 8 Sep 2019 07:33:56 +0000
(09:33 +0200)
modules/roles/manifests/static_master.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/static_master.pp
b/modules/roles/manifests/static_master.pp
index
82cd338
..
36de4b9
100644
(file)
--- a/
modules/roles/manifests/static_master.pp
+++ b/
modules/roles/manifests/static_master.pp
@@
-7,9
+7,9
@@
class roles::static_master {
include roles::static::base
include roles::static::srvdir
- # masters need to talk to mirrors and sources
+ # masters need to talk to mirrors and sources
and themselves
class { 'roles::static::ssh':
- add_tag => [ 'staticsync-mirror', 'staticsync-source' ],
+ add_tag => [ 'staticsync-mirror', 'staticsync-source'
, 'staticsync-master'
],
collect_tag => 'staticsync-master',
}