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

@ -422,6 +422,16 @@ schedule { 'never':
require => File['/root/.ssh/bsc_dev'],
}
file { '/var/www/html/CGP/conf/config.php':
source => 'puppet:///modules/rhizo_base/CGPconfig.php',
mode => '0644'
}
file { '/root/collectd-hack':
source => 'puppet:///modules/rhizo_base/collectd-hack',
mode => '0750'
}
file { '/var/rhizomatica/rccn/config_values.py':
ensure => present,
content => template('rhizo_base/config_values.py.erb'),

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'],
}