summaryrefslogtreecommitdiff
path: root/manifests/plugins/linux.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/plugins/linux.pp')
-rw-r--r--manifests/plugins/linux.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/plugins/linux.pp b/manifests/plugins/linux.pp
index 30e0af6..a73de63 100644
--- a/manifests/plugins/linux.pp
+++ b/manifests/plugins/linux.pp
@@ -3,6 +3,6 @@ class munin::plugins::linux {
[ df_abs, forks, df_inode, irqstats, entropy, open_inodes ]:
ensure => present;
acpi:
- ensure => $acpi_available;
+ ensure => $::acpi_available;
}
}