Skip to content

Commit

Permalink
Fix running apt update on Debian family
Browse files Browse the repository at this point in the history
Fix os::family name for Debian.
  • Loading branch information
Artur Molchanov committed Dec 10, 2019
1 parent fd022ad commit 60d4f8c
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 60d4f8c

Please sign in to comment.