diff options
Diffstat (limited to 'vars/hostclass/postgresql_server')
-rw-r--r-- | vars/hostclass/postgresql_server | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vars/hostclass/postgresql_server b/vars/hostclass/postgresql_server new file mode 100644 index 0000000..500e59b --- /dev/null +++ b/vars/hostclass/postgresql_server @@ -0,0 +1,3 @@ +#!/bin/sh + +allowed_tcp_ports='ssh postgresql' |