From 8d4bc9baedbfb47cc7230173bf5c25376f3c38b0 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 5 Aug 2018 11:20:02 +0100 Subject: [PATCH] Move planetdump role to ironbelly --- roles/grisu.rb | 2 +- roles/ironbelly.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/grisu.rb b/roles/grisu.rb index 40e5dd3f5..5bb7dca40 100644 --- a/roles/grisu.rb +++ b/roles/grisu.rb @@ -65,6 +65,6 @@ run_list( "role[web-storage]", "role[backup]", "role[planet]", - "role[planetdump]", + # "role[planetdump]", "recipe[openvpn]" ) diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 8a9c3f741..78afb0899 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -132,7 +132,7 @@ run_list( "role[backup]", "role[stats]", "role[planet]", - # "role[planetdump]", + "role[planetdump]", "role[logstash]", "recipe[rsyncd]", "recipe[dhcpd]", -- 2.43.2