Install systemd-coredump on osmo-* systems

This commit is contained in:
Keith Whyte 2022-06-14 19:33:26 +02:00
parent 9da21f2292
commit fcad69e86f

View file

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