From d0f053485d6635d0128b815b422b421bbb836514 Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Thu, 27 Mar 2025 21:51:45 -0400 Subject: add mysql --- vars/hostclass/mysql_server | 3 +++ vars/hostclass/postgres1 | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 vars/hostclass/mysql_server delete mode 100644 vars/hostclass/postgres1 (limited to 'vars/hostclass') diff --git a/vars/hostclass/mysql_server b/vars/hostclass/mysql_server new file mode 100644 index 0000000..dff8cb8 --- /dev/null +++ b/vars/hostclass/mysql_server @@ -0,0 +1,3 @@ +#!/bin/sh + +allowed_tcp_ports='ssh mysql' diff --git a/vars/hostclass/postgres1 b/vars/hostclass/postgres1 deleted file mode 100644 index a38ba94..0000000 --- a/vars/hostclass/postgres1 +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -memsize=$(( 8 * 1024 * 1024 * 1024)) -cnames=postgres -- cgit v1.2.3