This repository has been archived by the owner. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -136,8 +136,9 @@ the minions.
136
136
cd hubblestack-pulsar.git
137
137
mkdir -p /srv/salt/_beacons/
138
138
cp _beacons/pulsar.py /srv/salt/_beacons/
139
- cp hubblestack_pulsar_config.yaml /srv/salt/
140
- cp pillar.example /srv/pillar/hubblestack_pulsar.sls
139
+ mkdir /srv/salt/hubblestack_pulsar
140
+ cp hubblestack_pulsar/hubblestack_pulsar_config.yaml /srv/salt/hubblestack_pulsar
141
+ cp hubblestack_pulsar/pillar.example /srv/pillar/hubblestack_pulsar.sls
141
142
salt \* saltutil.sync_beacons
142
143
143
144
Target the copied ``hubblestack_pulsar.sls `` to selected minions.
@@ -177,13 +178,13 @@ Pulsar to be flexible.
177
178
beacons :
178
179
pulsar :
179
180
paths :
180
- - /var/cache/salt/minion/files/base/hubblestack_pulsar_config.yaml
181
+ - /var/cache/salt/minion/files/base/hubblestack_pulsar/ hubblestack_pulsar_config.yaml
181
182
schedule :
182
183
cache_nebula :
183
184
function : cp.cache_file
184
185
seconds : 86400
185
186
args :
186
- - salt://hubblestack_pulsar_config.yaml
187
+ - salt://hubblestack_pulsar/ hubblestack_pulsar_config.yaml
187
188
return_job : False
188
189
189
190
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ def beacon(config):
87
87
beacons:
88
88
pulsar:
89
89
paths:
90
- - /var/cache/salt/minion/files/base/hubblestack_pulsar_config.yaml
90
+ - /var/cache/salt/minion/files/base/hubblestack_pulsar/ hubblestack_pulsar_config.yaml
91
91
refresh_frequency: 60
92
92
verbose: False
93
93
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
beacons:
2
2
pulsar:
3
3
paths:
4
- - /var/cache/salt/minion/files/base/hubblestack_pulsar_config.yaml
4
+ - /var/cache/salt/minion/files/base/hubblestack_pulsar/ hubblestack_pulsar_config.yaml
5
5
disable_during_state_run: True
6
6
7
7
schedule:
8
8
cache_nebula:
9
9
function: cp.cache_file
10
10
seconds: 86400
11
11
args:
12
- - salt://hubblestack_pulsar_config.yaml
12
+ - salt://hubblestack_pulsar/ hubblestack_pulsar_config.yaml
13
13
return_job: False
File renamed without changes.
You can’t perform that action at this time.
0 commit comments