Skip to content

Commit

Permalink
ensure_packages set ensure => present
Browse files Browse the repository at this point in the history
  • Loading branch information
damonmaria committed Aug 4, 2021
1 parent c3702ed commit 27745b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
$cuda_repo = "https://developer.download.nvidia.com/compute/cuda/repos/${$distribution_no_dot}/${cuda_arch}"

$cuda_driver_dependencies = ['build-essential', "linux-headers-${$facts[kernelrelease]}"]
ensure_packages($cuda_driver_dependencies)
ensure_packages($cuda_driver_dependencies, {'ensure' => 'present'})

apt::key { 'AE09FE4BBD223A84B2CCFCE3F60F4B3D7FA2AF80':
ensure => refreshed,
Expand Down

0 comments on commit 27745b3

Please sign in to comment.