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