summaryrefslogtreecommitdiffstats
path: root/bin/secrets
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-13 01:58:41 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-13 01:58:41 -0500
commitac4dc3297a2468b4e499759860c71af0f6e2e82c (patch)
treefa485ced884b21bdc8fdf77f4e85f72939cf2c6e /bin/secrets
parent1643a8a76b0a834a97decbecbcbd6eac19430aa1 (diff)
downloadpuppet-tozt-ac4dc3297a2468b4e499759860c71af0f6e2e82c.tar.gz
puppet-tozt-ac4dc3297a2468b4e499759860c71af0f6e2e82c.zip
add config for my local fileserver
Diffstat (limited to 'bin/secrets')
-rwxr-xr-xbin/secrets2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/secrets b/bin/secrets
index 81ba480..ea7aef8 100755
--- a/bin/secrets
+++ b/bin/secrets
@@ -35,6 +35,8 @@ cmd_sync() {
hostname=tozt.net
elif [ "${host}" = "mail" ]; then
hostname=newmail3.tozt.net
+ elif [ "${host}" = "partofme" ]; then
+ hostname=partofme
else
echo "unknown host ${host}" >&2
exit 1