From 941db4a199191f830d40fe497421d6af9c73aa6d Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Sun, 6 Oct 2024 21:17:43 -0400 Subject: add postgresql --- vars/hostclass/postgres1 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 vars/hostclass/postgres1 (limited to 'vars/hostclass') diff --git a/vars/hostclass/postgres1 b/vars/hostclass/postgres1 new file mode 100644 index 0000000..a38ba94 --- /dev/null +++ b/vars/hostclass/postgres1 @@ -0,0 +1,4 @@ +#!/bin/sh + +memsize=$(( 8 * 1024 * 1024 * 1024)) +cnames=postgres -- cgit v1.2.3