Skip to content

Commit

Permalink
CAT-1146 code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinesh Gujar authored and Dinesh Gujar committed Aug 11, 2023
1 parent 8caf856 commit 6272493
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions manifests/packages.pp
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,7 @@
ensure => $docker_version,
}
if $pin_packages {
fail(
'for safety reasons package pinning is only usable if you define the create_repos and manage_docker flags'
)
fail('for safety reasons package pinning is only usable if you define the create_repos and manage_docker flags')
}
}

Expand Down

0 comments on commit 6272493

Please sign in to comment.