From 237fc632aa238e8559c2b8eb89180be12472cccd Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 14 Jul 2013 10:27:58 +0100 Subject: [PATCH 1/1] Move planet role to ironbelly --- roles/horntail.rb | 4 +--- roles/ironbelly.rb | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/roles/horntail.rb b/roles/horntail.rb index 87ea205d9..2d4e9057a 100644 --- a/roles/horntail.rb +++ b/roles/horntail.rb @@ -105,7 +105,5 @@ default_attributes( ); run_list( - "role[ic]", - "role[planet]", - "recipe[rsyncd]" + "role[ic]" ) diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 959f9f74a..273a74a0e 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -84,6 +84,7 @@ run_list( "role[supybot]", "role[backup]", "role[stats]", + "role[planet]", "recipe[rsyncd]", "recipe[openvpn]" ) -- 2.45.1