Skip to content

Commit

Permalink
disable fw ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed Jun 21, 2024
1 parent f134ee0 commit 8094eee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/os/Debian-20.04.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ observium::openssl_location: "/usr/bin/openssl"
observium::mysql_location: "/usr/bin/mysql"
observium::manage_selinux: false
observium::debiansnmp_user: "Debian-snmp" # requried as snmp module does not nativley support Ubuntu 20.04
# observium::manage_fw: false
observium::manage_fw: false
# observium::db_charset: "utf8mb3"
2 changes: 1 addition & 1 deletion data/os/Debian-22.04.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ observium::openssl_location: "/usr/bin/openssl"
observium::mysql_location: "/usr/bin/mysql"
observium::manage_selinux: false
observium::debiansnmp_user: "Debian-snmp"
# observium::manage_fw: false
observium::manage_fw: false
observium::db_charset: "utf8mb3"
observium::db_collate: "utf8mb3_general_ci"
2 changes: 1 addition & 1 deletion manifests/firewall.pp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Class: observium::firewall
#
# Manage UFW on ubuntu
# Manage iptables on ubuntu
#
# @api private
#
Expand Down

0 comments on commit 8094eee

Please sign in to comment.