Skip to content

Commit

Permalink
don't try to add non-existent demo_platform repo by default; more len…
Browse files Browse the repository at this point in the history
…ient guard on rsyslog semanage bit
  • Loading branch information
Mu Administrator committed Jun 15, 2018
1 parent b19d31b commit e878c4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bin/mu-configure
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ $CONFIGURABLES = {
"callback" => :cloneGitRepo,
"changes" => ["chefartifacts", "chefrun"],
"array" => true,
"default" => ['https://git.egt-labs.com/mu/demo_platform.git']
# "default" => ['https://git.egt-labs.com/mu/demo_platform.git']
"default" => []
},
"master_runlist_extras" => {
"title" => "Mu Master Runlist Extras",
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/mu-tools/recipes/rsyslog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
package "policycoreutils-python"
execute "allow rsyslog to meddle with port 10514" do
command "/usr/sbin/semanage port -a -t syslogd_port_t -p tcp 10514"
not_if "/usr/sbin/semanage port -l | grep '^syslogd_port_t.*10514'"
not_if "/usr/sbin/semanage port -l | grep '^syslogd.*10514'"
end
end

Expand Down

0 comments on commit e878c4c

Please sign in to comment.