aboutsummaryrefslogtreecommitdiffstats
path: root/tdf-postinst-udeb/finish-install.d
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@libreoffice.org>2016-10-19 03:13:03 +0200
committerGuilhem Moulin <guilhem@libreoffice.org>2016-10-19 03:13:05 +0200
commit323a5cd2fef055b8cf72708ad9bd34403d9ee185 (patch)
treeae208cc75326832246200b248f6548ccdd482c11 /tdf-postinst-udeb/finish-install.d
parent30a67319d79cc1bfbc8be26862d7e0a12897c9d6 (diff)
typo
9999user.conf is what is used in production currently
Diffstat (limited to 'tdf-postinst-udeb/finish-install.d')
-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