Skip to content

Commit

Permalink
Uses cdn urls instead of direct s3 references
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon committed Nov 29, 2019
1 parent 156cfaa commit bbc7456
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pillar/common/ash-windows/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions winrepo/winrepo/emet_pkg/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -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 -%}
Expand Down

0 comments on commit bbc7456

Please sign in to comment.