apply the hotfix

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2016-06-21 00:45:52 +00:00
parent 20016d1b05
commit 12d3665003

View file

@ -43,6 +43,10 @@
copy: src=class_urlshort.php dest=/usr/share/sticky-notes/classes/class_urlshort.php owner=root group=root mode=644
notify: reload httpd
- name: Hotfix show.php
copy: src=show.php dest=/usr/share/sticky-notes/show.php owner=root group=root mode=644
notify: reload httpd
- name: set sebooleans so paste can talk to the db
seboolean: name=httpd_can_network_connect_db state=true persistent=true