Commit b833985ea072577a26f24dd21847a44d6b1e0451

Authored by Paulo Tada
1 parent 05e8a821
Exists in syslog

Changing rsyslog recipes in roles monitoring_server and server

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
roles/monitoring_server.rb
1 name 'monitoring_server' 1 name 'monitoring_server'
2 description 'Monitoring server' 2 description 'Monitoring server'
3 -run_list 'recipe[munin]', 'recipe[rsyslog::server]' 3 +run_list 'recipe[munin]', 'recipe[rsyslog]'
roles/server.rb
1 name 'server' 1 name 'server'
2 description 'Common configuration for all servers' 2 description 'Common configuration for all servers'
3 -run_list 'recipe[basics]', 'recipe[firewall]', 'recipe[email::client]', 'recipe[munin::node]', 'recipe[rsyslog::node]'  
4 \ No newline at end of file 3 \ No newline at end of file
  4 +run_list 'recipe[basics]', 'recipe[firewall]', 'recipe[email::client]', 'recipe[munin::node]', 'recipe[rsyslog]'