Skip to content

Commit

Permalink
style(nsclient): update with preferred styling
Browse files Browse the repository at this point in the history
  • Loading branch information
dafyddj committed Jan 6, 2025
1 parent b34d535 commit 159615b
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions nsclient.sls
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{%- load_yaml as versions %}
{% load_yaml as versions -%}
# renovate: datasource=github-releases depName=nscp packageName=mickem/nscp
- '0.5.3.4'
- '0.5.2.39'
Expand All @@ -10,7 +10,7 @@
- '0.4.4.19'
- '0.4.3.143'
- '0.4.3.88'
{%- endload%}
{% endload -%}

{%- if grains["cpuarch"] == "x86" %}
{%- set arch_file = "Win32" %}
Expand All @@ -27,12 +27,9 @@ nsclient:
{%- endif %}

'{{ display_version|d(version) }}':
full_name: 'NSClient++ ({{ arch_name|d("x64") }})'
installer: 'https://github.com/mickem/nscp/releases/download/{{ version }}/NSCP-{{ version }}-{{ arch_file|d("x64") }}.msi'
uninstaller: 'https://github.com/mickem/nscp/releases/download/{{ version }}/NSCP-{{ version }}-{{ arch_file|d("x64") }}.msi'
install_flags: '/quiet'
uninstall_flags: '/quiet'
msiexec: True
locale: en_US
reboot: False
full_name: NSClient++ ({{ arch_name|d("x64") }})
installer: https://github.com/mickem/nscp/releases/download/{{ version }}/NSCP-{{ version }}-{{ arch_file|d("x64") }}.msi
install_flags: /quiet
uninstall_flags: /quiet
msiexec: true
{%- endfor %}

0 comments on commit 159615b

Please sign in to comment.