From: Maximilian Grunow Date: Sun, 7 May 2023 19:38:21 +0000 (+0000) Subject: 🐛 fix error causing package not to install X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=78accee2fb4c944ae7b59aaec0a7aa8cdfb5c0b3;p=MicrosoftTeams.git 🐛 fix error causing package not to install --- diff --git a/.gitignore b/.gitignore index 496ee2c..d5e9d4f 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/MicrosoftTeams.sls b/MicrosoftTeams.sls index 424dd4f..9246e2c 100644 --- a/MicrosoftTeams.sls +++ b/MicrosoftTeams.sls @@ -7,12 +7,6 @@ # # Description: SLS to use with OSS's softwaremanagement ############################################################################### -MicrosoftTeams: - pkg.removed: - - version: 1.3.0.12058 - PACKAGE: pkg: - installed - - diff --git a/repo-ng/init.sls b/repo-ng/init.sls index c86917d..6a8e42f 100644 --- a/repo-ng/init.sls +++ b/repo-ng/init.sls @@ -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' %}