summaryrefslogtreecommitdiff
path: root/manifests/plugins/linux.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-06-05 19:39:49 -0300
committermh <mh@immerda.ch>2012-06-05 19:39:49 -0300
commit9fd1de5acd9064a0d67ca9d2c13a829a3f628f39 (patch)
treeeea2a9e6b54b733b9a5d2bdfeca9679f1a27a86d /manifests/plugins/linux.pp
parente710a3bfd1d24a9fa4fdb217609635fec616a6f7 (diff)
new style for 2.7
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;
}
}