diff options
Diffstat (limited to 'vars/hostclass/postgres1')
-rw-r--r-- | vars/hostclass/postgres1 | 4 |
1 files changed, 4 insertions, 0 deletions
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 |