From 323a5cd2fef055b8cf72708ad9bd34403d9ee185 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 19 Oct 2016 03:13:03 +0200 Subject: typo 9999user.conf is what is used in production currently --- tdf-postinst-udeb/finish-install.d/07tdf-postinst | 8 ++++---- 1 file 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 -- cgit v1.2.3