From 78accee2fb4c944ae7b59aaec0a7aa8cdfb5c0b3 Mon Sep 17 00:00:00 2001 From: Maximilian Grunow Date: Sun, 7 May 2023 19:38:21 +0000 Subject: [PATCH] =?utf8?q?=F0=9F=90=9B=20fix=20error=20causing=20package?= =?utf8?q?=20not=20to=20install?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- MicrosoftTeams.sls | 6 ------ repo-ng/init.sls | 5 ----- 3 files changed, 3 insertions(+), 12 deletions(-) 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' %} -- 2.43.0