Skip to content

Commit ac74f05

Browse files
committed
Remove munin server role
1 parent 1751b31 commit ac74f05

File tree

10 files changed

+5
-90
lines changed

10 files changed

+5
-90
lines changed

.kitchen.yml

-3
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,6 @@ suites:
256256
- name: munin-plugins
257257
run_list:
258258
- recipe[munin::plugins]
259-
- name: munin-server
260-
run_list:
261-
- recipe[munin::server]
262259
- name: mysql
263260
run_list:
264261
- recipe[mysql::default]

cookbooks/munin/metadata.rb

-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66

77
version "1.0.0"
88
supports "ubuntu"
9-
depends "apache"
109
depends "networking"

cookbooks/munin/recipes/default.rb

+5
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@
2828
package "munin-node" do
2929
action :purge
3030
end
31+
32+
directory "/etc/munin" do
33+
action :delete
34+
recursive true
35+
end

cookbooks/munin/recipes/server.rb

-66
This file was deleted.

roles/mail.rb

-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
"clamav" => "root",
7777
"rails" => "root",
7878
"trac" => "root",
79-
"munin" => "root",
8079
"prometheus" => "root",
8180
"www-data" => "root",
8281
"osmbackup" => "root",

roles/munin.rb

-6
This file was deleted.

roles/naga.rb

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"role[trac]",
3939
"role[irc]",
4040
"role[blogs]",
41-
"role[munin]",
4241
"role[switch2osm]",
4342
"recipe[foundation::mastodon]",
4443
"recipe[foundation::owg]",

test/data_bags/db/passwords.json

-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
66
"planetdump": "planetdump-password",
77
"planetdiff": "planetdiff-password",
88
"backup": "backup-password",
9-
"munin": "munin-password",
109
"replication": "replication-password"
1110
}

test/integration/munin-server/inspec/munin_spec.rb

-3
This file was deleted.

test/integration/munin-server/inspec/rrdcached_spec.rb

-8
This file was deleted.

0 commit comments

Comments
 (0)