summaryrefslogtreecommitdiffstats
path: root/bin/secrets
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-13 00:35:35 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-13 00:35:35 -0500
commit53a9de2c9b4cf7b595e4553775b44895ee6c36d4 (patch)
tree2ac9cbd6517d86db49da6b1771d882ac0193e207 /bin/secrets
parent8cbc72093f0f1b100a61a29a9bd38280ee9cfbc0 (diff)
downloadpuppet-tozt-53a9de2c9b4cf7b595e4553775b44895ee6c36d4.tar.gz
puppet-tozt-53a9de2c9b4cf7b595e4553775b44895ee6c36d4.zip
fix secrets directory
Diffstat (limited to 'bin/secrets')
-rwxr-xr-xbin/secrets2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/secrets b/bin/secrets
index 233b631..81ba480 100755
--- a/bin/secrets
+++ b/bin/secrets
@@ -49,7 +49,7 @@ cmd_sync() {
rsync -avz --delete \
/mnt/puppet/"$host"/. \
- root@"$hostname":/usr/local/share/puppet-tozt/"$host"/secret/files
+ root@"$hostname":/usr/local/share/puppet-tozt/modules/secret/files
if [ -z "$was_opened" ]; then
cmd_close