Skip to content
This repository has been archived by the owner. It is now read-only.

Commit ed37e85

Browse files
authored
Merge pull request #37 from HubbleStack/develop
Merge to master (prep for v2016.9.4)
2 parents 5eb842c + e5047df commit ed37e85

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

README.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,9 @@ the minions.
136136
cd hubblestack-pulsar.git
137137
mkdir -p /srv/salt/_beacons/
138138
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
141142
salt \* saltutil.sync_beacons
142143
143144
Target the copied ``hubblestack_pulsar.sls`` to selected minions.
@@ -177,13 +178,13 @@ Pulsar to be flexible.
177178
beacons:
178179
pulsar:
179180
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
181182
schedule:
182183
cache_nebula:
183184
function: cp.cache_file
184185
seconds: 86400
185186
args:
186-
- salt://hubblestack_pulsar_config.yaml
187+
- salt://hubblestack_pulsar/hubblestack_pulsar_config.yaml
187188
return_job: False
188189
189190

_beacons/pulsar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def beacon(config):
8787
beacons:
8888
pulsar:
8989
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
9191
refresh_frequency: 60
9292
verbose: False
9393
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
beacons:
22
pulsar:
33
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
55
disable_during_state_run: True
66

77
schedule:
88
cache_nebula:
99
function: cp.cache_file
1010
seconds: 86400
1111
args:
12-
- salt://hubblestack_pulsar_config.yaml
12+
- salt://hubblestack_pulsar/hubblestack_pulsar_config.yaml
1313
return_job: False
File renamed without changes.

0 commit comments

Comments
 (0)