Skip to content

Commit

Permalink
Merge pull request #201 from redBorder/development
Browse files Browse the repository at this point in the history
Release 4.0.0
  • Loading branch information
manegron authored Dec 8, 2024
2 parents 62e526f + 874c559 commit 5a2e62d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.5
4.0.0
4 changes: 4 additions & 0 deletions resources/scripts/rb_init_conf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,10 @@
file_serf_tags.write(serf_tags.to_json)
file_serf_tags.close

# stop firewall till chef-client install and run the cookbook-rb-firewall
# this allow serf/consul communication while leader is in "configuring" state
system("systemctl stop firewalld &>/dev/null")

# TODO: maybe we should stop using rc.local and start using systemd for this
# Configure rc.local scripts
system("chmod a+x /etc/rc.d/rc.local")
Expand Down

0 comments on commit 5a2e62d

Please sign in to comment.