From fcad69e86f69ed48ec731d14ad5c0d7fa31dcde1 Mon Sep 17 00:00:00 2001 From: Keith Whyte Date: Tue, 14 Jun 2022 19:33:26 +0200 Subject: [PATCH] Install systemd-coredump on osmo-* systems --- modules/rhizo_base/manifests/osmocom.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rhizo_base/manifests/osmocom.pp b/modules/rhizo_base/manifests/osmocom.pp index 0529b21..89526b6 100644 --- a/modules/rhizo_base/manifests/osmocom.pp +++ b/modules/rhizo_base/manifests/osmocom.pp @@ -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'], }