We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd022ad + 60d4f8c commit bd2a571Copy full SHA for bd2a571
manifests/packages.pp
@@ -22,7 +22,7 @@
22
assert_private()
23
24
$real_names = union($names, $names_to_prefix)
25
- if $facts['os']['family'] == 'debian' {
+ if $facts['os']['family'] == 'Debian' {
26
if $manage_repos {
27
include ::apt
28
Class['::apt::update'] -> Package[$real_names]
0 commit comments