Ensure bc is installed for munin

as it is required for vnstat_ plugin
This commit is contained in:
ohrensessel 2014-06-01 14:02:54 +02:00
parent 37728ec27d
commit 017ead9d9a

View file

@ -96,7 +96,7 @@ HostnameItem=${::hostname}
# munin
package {
[ 'munin-node', 'vnstat' ]:
[ 'munin-node', 'vnstat', 'bc' ]:
ensure => installed,
}
->