Skip to content

Commit

Permalink
manage firewall
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed Jun 21, 2024
1 parent 4084784 commit 9186561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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"

0 comments on commit 9186561

Please sign in to comment.