summaryrefslogtreecommitdiffstats
path: root/bin/helpers
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-23 01:44:05 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-23 01:44:05 -0400
commit2df0388fe6a90c5d15220acbd19264254a00a153 (patch)
treeec8c3e33ad62f00034ef0ff234677af6b2b9cc2f /bin/helpers
parent36a451bc29ef9187b273cf14e52a129292ae93c3 (diff)
downloadpuppet-tozt-2df0388fe6a90c5d15220acbd19264254a00a153.tar.gz
puppet-tozt-2df0388fe6a90c5d15220acbd19264254a00a153.zip
autogenerate mailu secret key
and stop using local secrets at all
Diffstat (limited to 'bin/helpers')
-rwxr-xr-xbin/helpers/launch-mail1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/helpers/launch-mail b/bin/helpers/launch-mail
index 3cca3a4..d7c6134 100755
--- a/bin/helpers/launch-mail
+++ b/bin/helpers/launch-mail
@@ -73,7 +73,6 @@ apt upgrade
apt install git puppet
ensure_conf_exists
-scp -r /mnt/puppet/mail/ root@"$ip":/usr/local/share/puppet-tozt/mail/secret/files
remote "cd '$conf_location' && puppet apply --modulepath=./mail -e 'include mail'"
echo "Done"