Skip to content

Commit d6388c8

Browse files
committed
Fix manifest compile errors with Puppet 6
1 parent 89a9d41 commit d6388c8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/hardware/manifests/init.pp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
# license that can be found in the LICENSE file
55
#
66

7-
include apt
8-
97
# == Class: hardware
108
#
119
# Install hardware specific packages and configs.
@@ -15,6 +13,9 @@
1513
# None. Everything is driven by facts.
1614
#
1715
class hardware {
16+
17+
include apt
18+
1819
if defined('$::productname') and $::productname =~ /VMware/ {
1920
# OpenBSD does not use open-vm-tools, see the vmt(4) driver.
2021
if $::operatingsystem != 'OpenBSD' {

0 commit comments

Comments
 (0)