diff options
| author | Guilhem Moulin <guilhem@libreoffice.org> | 2016-10-19 03:13:03 +0200 | 
|---|---|---|
| committer | Guilhem Moulin <guilhem@libreoffice.org> | 2016-10-19 03:13:05 +0200 | 
| commit | 323a5cd2fef055b8cf72708ad9bd34403d9ee185 (patch) | |
| tree | ae208cc75326832246200b248f6548ccdd482c11 | |
| parent | 30a67319d79cc1bfbc8be26862d7e0a12897c9d6 (diff) | |
typo
9999user.conf is what is used in production currently
| -rwxr-xr-x | tdf-postinst-udeb/finish-install.d/07tdf-postinst | 8 | 
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  | 
