Skip to content

Commit

Permalink
Merge pull request #4348 from tbielawa/bz1451693
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot authored Jun 6, 2017
2 parents 67f6aff + 1115f24 commit 2d4709b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions roles/openshift_master/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@
# https://github.com/openshift/origin/issues/6447
- name: Start and enable master
systemd:
daemon_reload: yes
name: "{{ openshift.common.service_type }}-master"
enabled: yes
state: started
Expand Down
1 change: 1 addition & 0 deletions roles/openshift_node/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@

- name: Start and enable node dep
systemd:
daemon_reload: yes
name: "{{ openshift.common.service_type }}-node-dep"
enabled: yes
state: started
Expand Down

0 comments on commit 2d4709b

Please sign in to comment.