Skip to content

Commit 27be63f

Browse files
committed
Reboot apache on api setup only
1 parent 4382e1e commit 27be63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

salt/obs.sls

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ setup_obs_api:
3333
grains.present:
3434
- name: api_setup
3535
- value: done
36-
{% endif %}
3736

3837
restart_apache:
3938
service.running:
4039
- name: apache2
4140
- enable: True
4241
- watch:
4342
- setup_obs_api
43+
{% endif %}

0 commit comments

Comments
 (0)