Skip to content

Commit

Permalink
salt-minion-py3: remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dafyddj committed Jan 21, 2022
1 parent e5d4e4b commit 89feabd
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions salt-minion-py3.sls
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# This software definition will only work in versions of Salt newer than
# 2015.8.2. In version 2015.8.2 we added the `use_scheduler` option which
# allowed us to launch the installer using the Windows task manager.
# This option is not available in earlier versions of Salt. So, while this
# software definition will allow you to install versions of Salt older than
# 2015.8.2 you will not be able to use pkg.install to upgrade Salt again. You
# will have to upgrade Salt through another means.
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
salt-minion-py3:
{%
for version in [
Expand All @@ -25,9 +16,6 @@ salt-minion-py3:
{% else %}
installer: 'https://repo.saltproject.io/windows/Salt-Minion-{{ version }}-Py3-x86-Setup.exe'
{% endif %}
{% raw %}
# install_flags: "/S /master={{ salt['pillar.get']('salt:master', 'salt.domain.tld') }} /minion-id={{ salt['pillar.get']('salt:minion:ids:' ~ grains['host'] }}"
{% endraw %}
install_flags: '/S'
uninstaller: 'C:\salt\uninst.exe'
uninstall_flags: '/S'
Expand Down

0 comments on commit 89feabd

Please sign in to comment.