Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions modules/roles_profiles/manifests/profiles/disable_services.pp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
}
case $facts['custom_win_location'] {
'datacenter': {
$apx_uninstall = 'hw-uninstall.ps1'
include win_disable_services::disable_optional_services
}
'azure': {
Expand All @@ -72,7 +71,10 @@
## must be ran after apx uninstall
if ($facts['custom_win_location'] == 'datacenter') {
include win_disable_services::disable_ms_edge
include win_disable_services::extended_uninstall_appx_packages
if $facts['custom_win_worker_pool_id'] != 'win11-64-24h2-hw-ref-alpha' and
$facts['custom_win_worker_pool_id'] != 'win11-64-24h2-hw-ref' {
include win_disable_services::extended_uninstall_appx_packages
}
}
}
# May be needed for non-hardaware
Expand Down
Loading
Loading