Skip to content

Commit

Permalink
SVCPLAN-5555: Add support for SUSE
Browse files Browse the repository at this point in the history
  • Loading branch information
billglick committed Jun 5, 2024
1 parent 8c799b8 commit 8d51aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/yum_upgrade.pp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
'Suse': {
$excluded_packages.each |String $package| {
exec { "zypper lock package ${package}":
command => "zypper addlock ${package} --comment 'profile_update_os'",
command => "zypper addlock ${package} --comment profile_update_os",
unless => "zypper locks | grep -qw ${package}",
path => ['/usr/bin', '/sbin', '/bin'],
}
Expand Down

0 comments on commit 8d51aa9

Please sign in to comment.