]> repo.cephalix.eu Git - MicrosoftTeams.git/commitdiff
🐛 fix error causing package not to install
authorMaximilian Grunow <maximilian@grunow.at>
Sun, 7 May 2023 19:38:21 +0000 (19:38 +0000)
committerMaximilian Grunow <maximilian@grunow.at>
Sun, 7 May 2023 19:38:21 +0000 (19:38 +0000)
.gitignore
MicrosoftTeams.sls
repo-ng/init.sls

index 496ee2ca6a2f08396a4076fe43dedf3dc0da8b6d..d5e9d4febf8c68e129a3676938ed055406872f69 100644 (file)
@@ -1 +1,3 @@
-.DS_Store
\ No newline at end of file
+.DS_Store
+repo-ng/HASH.json
+oss-pkg-MicrosoftTeams.spec
\ No newline at end of file
index 424dd4f421307c04c0bc0e995ed130ee6053cf26..9246e2c0a152c4e539b3e848caa21eef2697c742 100644 (file)
@@ -7,12 +7,6 @@
 #
 # Description:          SLS to use with OSS's softwaremanagement              
 ###############################################################################
-MicrosoftTeams:
-  pkg.removed:
-    - version: 1.3.0.12058
-
 PACKAGE:
   pkg:
     - installed
-
-
index c86917d6070f1b625a52166eb795eb4fdcbc7a28..6a8e42fbb4cd784618c2efc93f72bdb322514fff 100644 (file)
@@ -7,11 +7,6 @@
 #
 # Description:          SLS for installation
 ###############################################################################
-{% if grains['cpuarch'] == 'AMD64' %}
-{% set ARCH = "x64" %}
-{% else %}
-{% set ARCH = "x86" %}
-{% endif %}
 
 {% set LOG_PATH = 'C:\\salt\\var\\log' %}