diff options
author | Adrien <adrien@luxeylab.net> | 2023-03-15 17:10:38 +0100 |
---|---|---|
committer | Adrien <adrien@luxeylab.net> | 2023-03-15 17:10:38 +0100 |
commit | 031d029e10a3670ee26b0da66cd7d73be5802aa9 (patch) | |
tree | 6652025e521988cf4ea8a1b53a8a089854c41cab /deploy_pki | |
parent | c681f63222d269eaa8c47cd36307a958cbe5f398 (diff) | |
download | nixcfg-031d029e10a3670ee26b0da66cd7d73be5802aa9.tar.gz nixcfg-031d029e10a3670ee26b0da66cd7d73be5802aa9.zip |
added scorpio site and abricot node
Diffstat (limited to 'deploy_pki')
-rwxr-xr-x | deploy_pki | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ for file in nomad-ca.crt nomad$YEAR.crt nomad$YEAR.key \ do if pass $PKI/$file >/dev/null; then write_pass $PKI/$file /var/lib/nomad/pki/$file - cmd "chown \$(stat -c %u /var/lib/nomad/client/client-id) /var/lib/nomad/pki/$file" + cmd "chown \$(stat -c %u /var/lib/private/nomad/) /var/lib/nomad/pki/$file" fi done |