aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtdf-postinst-udeb/finish-install.d/07tdf-postinst8
1 files changed, 4 insertions, 4 deletions
diff --git a/tdf-postinst-udeb/finish-install.d/07tdf-postinst b/tdf-postinst-udeb/finish-install.d/07tdf-postinst
index 3b92d76..dad9219 100755
--- a/tdf-postinst-udeb/finish-install.d/07tdf-postinst
+++ b/tdf-postinst-udeb/finish-install.d/07tdf-postinst
@@ -101,15 +101,15 @@ if [ -d /target/etc/salt ]; then
openssl pkey -pubout <"$pkidir/minion.pem" >"$pkidir/minion.pub"
mkdir -p /etc/salt/minion.d
- install -m0644 /dev/null /etc/salt/minion.d/999user.conf
+ install -m0644 /dev/null /etc/salt/minion.d/9999user.conf
'
if db_get tdf-postinst/salt_master && [ "$RET" ]; then
- echo "master: $RET" >>/target/etc/salt/minion.d/999user.conf
+ echo "master: $RET" >>/target/etc/salt/minion.d/9999user.conf
fi
if db_get tdf-postinst/salt_master_fingerprint && [ "$RET" ]; then
- echo "master_finger: '$RET'" >>/target/etc/salt/minion.d/999user.conf
+ echo "master_finger: '$RET'" >>/target/etc/salt/minion.d/9999user.conf
fi
- echo "id: $(hostname).documentfoundation.org" >>/target/etc/salt/minion.d/999user.conf
+ echo "id: $(hostname).documentfoundation.org" >>/target/etc/salt/minion.d/9999user.conf
cp /target/etc/salt/pki/minion/minion.pub "$virtfs"
fi