Skip to content

Commit

Permalink
update optional args
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Dec 2, 2020
1 parent bba5abd commit c14873a
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions web/src/components/modals/agents/AgentDownload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,9 @@
</div>
<div class="q-pa-xs q-gutter-xs">
<q-badge class="text-caption q-mr-xs" color="grey" text-color="black">
<code>--local-salt "C:\\&lt;some folder or path&gt;\\salt-minion-setup.exe"</code>
<code>--nosalt</code>
</q-badge>
<span>
To skip downloading the salt-minion during the install. Download it
<a v-if="info.arch === '64'" :href="info.data.salt64">here</a>
<a v-else :href="info.data.salt32">here</a>
</span>
<span> Do not install salt during agent install. </span>
</div>
<div class="q-pa-xs q-gutter-xs">
<q-badge class="text-caption q-mr-xs" color="grey" text-color="black">
Expand All @@ -57,12 +53,6 @@
</q-badge>
<span> To use a domain CA </span>
</div>
<div class="q-pa-xs q-gutter-xs">
<q-badge class="text-caption q-mr-xs" color="grey" text-color="black">
<code>--timeout NUMBER_IN_SECONDS</code>
</q-badge>
<span> To increase the default timeout of 900 seconds for the installer. Use on slow computers.</span>
</div>
</q-expansion-item>
<br />
<p class="text-italic">Note: the auth token above will be valid for {{ info.expires }} hours.</p>
Expand Down

0 comments on commit c14873a

Please sign in to comment.