Skip to content

Commit

Permalink
BZ978568 - Fixing setsebool for httpd on controller nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan OMara committed Jun 28, 2013
1 parent a19982a commit 1de2909
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Empty file removed new.txt
Empty file.
7 changes: 7 additions & 0 deletions puppet/quickstack/manifests/controller.pp
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,11 @@
dport => ['80', '3306', '5000', '35357', '5672', '8773', '8774', '8775', '8776', '9292', '6080'],
action => 'accept',
}

if ($::selinux != "false"){
selboolean{'httpd_can_network_connect':
value => on,
persistent => true,
}
}
}

0 comments on commit 1de2909

Please sign in to comment.