We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a9d41 commit d6388c8Copy full SHA for d6388c8
1 file changed
modules/hardware/manifests/init.pp
@@ -4,8 +4,6 @@
4
# license that can be found in the LICENSE file
5
#
6
7
-include apt
8
-
9
# == Class: hardware
10
11
# Install hardware specific packages and configs.
@@ -15,6 +13,9 @@
15
13
# None. Everything is driven by facts.
16
14
17
class hardware {
+
+ include apt
18
19
if defined('$::productname') and $::productname =~ /VMware/ {
20
# OpenBSD does not use open-vm-tools, see the vmt(4) driver.
21
if $::operatingsystem != 'OpenBSD' {
0 commit comments