Skip to content

Commit

Permalink
Merge pull request openshift#3831 from sdodson/firewalld-fixes-v2
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot authored Apr 4, 2017
2 parents 5cc5815 + 457605b commit 86a6eac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/os_firewall/tasks/firewall/firewalld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
pause: seconds=10
when: result | changed

- name: Restart polkitd
systemd:
name: polkit
state: restarted
when: result | changed

# Fix suspected race between firewalld and polkit BZ1436964
- name: Wait for polkit action to have been created
command: pkaction --action-id=org.fedoraproject.FirewallD1.config.info
Expand Down

0 comments on commit 86a6eac

Please sign in to comment.