-.DS_Store
\ No newline at end of file
+.DS_Store
+repo-ng/HASH.json
+oss-pkg-MicrosoftTeams.spec
\ No newline at end of file
#
# Description: SLS to use with OSS's softwaremanagement
###############################################################################
-MicrosoftTeams:
- pkg.removed:
- - version: 1.3.0.12058
-
PACKAGE:
pkg:
- installed
-
-
#
# Description: SLS for installation
###############################################################################
-{% if grains['cpuarch'] == 'AMD64' %}
-{% set ARCH = "x64" %}
-{% else %}
-{% set ARCH = "x86" %}
-{% endif %}
{% set LOG_PATH = 'C:\\salt\\var\\log' %}