Skip to content

Commit

Permalink
Merge pull request #49 from redBorder/development
Browse files Browse the repository at this point in the history
Release 2.2.0
  • Loading branch information
manegron authored Dec 7, 2024
2 parents 11d818e + 6386196 commit 2ae32f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.3
2.2.0
12 changes: 0 additions & 12 deletions resources/scripts/rb_init_conf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -319,18 +319,6 @@ def local_tty_warning_wizard
# TODO
#system("ntpdate pool.ntp.org")


#Firewall rules
if !network.nil? #Firewall rules are not needed in cloud environments
#snmp
system('firewall-cmd --permanent --zone=public --add-port=161/udp &>/dev/null')
system('firewall-cmd --permanent --zone=public --add-port=162/udp &>/dev/null')

# Reload firewalld configuration
system('firewall-cmd --reload &>/dev/null')

end

# Upgrade system
system('yum install systemd -y')

Expand Down

0 comments on commit 2ae32f2

Please sign in to comment.