Add further collectd configuration
This commit is contained in:
parent
5540a54ac9
commit
c13bf85aa4
5 changed files with 47 additions and 3 deletions
|
@ -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'),
|
||||
|
|
|
@ -38,7 +38,7 @@ class rhizo_base::osmocom {
|
|||
ensure => 'absent'
|
||||
}
|
||||
|
||||
package { 'collectd':
|
||||
package { [ 'collectd', 'libxml2-utils' ]:
|
||||
ensure => 'installed',
|
||||
install_options => ['--no-install-recommends'],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue