Skip to content

Commit

Permalink
Merge pull request #554 from Hexta/fix_debian_apt_update
Browse files Browse the repository at this point in the history
Fix running apt update on Debian family
  • Loading branch information
ghoneycutt authored Feb 13, 2020
2 parents fd022ad + 60d4f8c commit bd2a571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/packages.pp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
assert_private()

$real_names = union($names, $names_to_prefix)
if $facts['os']['family'] == 'debian' {
if $facts['os']['family'] == 'Debian' {
if $manage_repos {
include ::apt
Class['::apt::update'] -> Package[$real_names]
Expand Down

0 comments on commit bd2a571

Please sign in to comment.