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 c9c69e7 commit 3e5cd56Copy full SHA for 3e5cd56
manifests/sysctl.pp
@@ -30,7 +30,7 @@
30
) {
31
32
# set variables
33
- if $::architecture == 'amd64' or $::architecture == 'x86_64' {
+ if $facts['os']['architecture'] == 'amd64' or $facts['os']['architecture'] == 'x86_64' {
34
$x86_64 = true
35
} else {
36
$x86_64 = false
0 commit comments