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.
1 parent fd022ad commit 60d4f8cCopy full SHA for 60d4f8c
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