Add further collectd configuration

This commit is contained in:
Keith Whyte 2022-06-14 05:12:49 +02:00
parent 5540a54ac9
commit c13bf85aa4
5 changed files with 47 additions and 3 deletions

View file

@ -38,7 +38,7 @@ class rhizo_base::osmocom {
ensure => 'absent'
}
package { 'collectd':
package { [ 'collectd', 'libxml2-utils' ]:
ensure => 'installed',
install_options => ['--no-install-recommends'],
}