From bbc7456cf444754dab94fabf004f4c954cdc36c1 Mon Sep 17 00:00:00 2001 From: Loren Gordon Date: Fri, 29 Nov 2019 10:16:50 -0800 Subject: [PATCH] Uses cdn urls instead of direct s3 references --- pillar/common/ash-windows/init.sls | 4 ++-- winrepo/winrepo/emet_pkg/init.sls | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pillar/common/ash-windows/init.sls b/pillar/common/ash-windows/init.sls index 4b5cc14..a219ef1 100644 --- a/pillar/common/ash-windows/init.sls +++ b/pillar/common/ash-windows/init.sls @@ -3,8 +3,8 @@ ash-windows: lookup: logdir: {{ env.systemdrive }}\\Watchmaker\\Logs\\Ash - apply_lgpo_source: https://s3.amazonaws.com/watchmaker/repo/microsoft/lgpo/Apply_LGPO_Delta.exe - apply_lgpo_source_hash: https://s3.amazonaws.com/watchmaker/repo/microsoft/lgpo/Apply_LGPO_Delta.exe.SHA512 + apply_lgpo_source: https://watchmaker.cloudarmor.io/repo/microsoft/lgpo/Apply_LGPO_Delta.exe + apply_lgpo_source_hash: https://watchmaker.cloudarmor.io/repo/microsoft/lgpo/Apply_LGPO_Delta.exe.SHA512 custom_policies: - name: NewAdministratorName policy_type: secedit diff --git a/winrepo/winrepo/emet_pkg/init.sls b/winrepo/winrepo/emet_pkg/init.sls index 80941fe..9cc0e0a 100644 --- a/winrepo/winrepo/emet_pkg/init.sls +++ b/winrepo/winrepo/emet_pkg/init.sls @@ -29,11 +29,11 @@ versions: {% for version in versions %} '{{ version }}': installer: >- - https://s3.amazonaws.com/watchmaker/repo/microsoft/emet/{{ + https://watchmaker.cloudarmor.io/repo/microsoft/emet/{{ version }}/EMET+Setup.msi full_name: 'EMET {{ version }}' uninstaller: >- - https://s3.amazonaws.com/watchmaker/repo/microsoft/emet/{{ + https://watchmaker.cloudarmor.io/repo/microsoft/emet/{{ version }}/EMET+Setup.msi {% endfor %} {%- endload -%}