From 13c438992edec34c32e745a6c38b72c3c02cdcbd Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 4 Jan 2016 21:33:35 +0000 Subject: [PATCH] Only apply the geodns role to machines that need it --- roles/fume.rb | 1 + roles/jakelong.rb | 1 + roles/katie.rb | 1 + roles/saphira.rb | 1 + roles/stormfly-02.rb | 1 + roles/tilecache.rb | 1 - 6 files changed, 5 insertions(+), 1 deletion(-) diff --git a/roles/fume.rb b/roles/fume.rb index e2e35be29..88b23ab70 100644 --- a/roles/fume.rb +++ b/roles/fume.rb @@ -58,5 +58,6 @@ default_attributes( run_list( "role[teleservice]", + "role[geodns]", "role[tilecache]" ) diff --git a/roles/jakelong.rb b/roles/jakelong.rb index de44f7f2c..3e7501c8e 100644 --- a/roles/jakelong.rb +++ b/roles/jakelong.rb @@ -59,5 +59,6 @@ default_attributes( run_list( "role[prgmr]", + "role[geodns]", "role[tilecache]" ) diff --git a/roles/katie.rb b/roles/katie.rb index 56af801fd..2dc82fc15 100644 --- a/roles/katie.rb +++ b/roles/katie.rb @@ -42,5 +42,6 @@ default_attributes( run_list( "role[hetzner]", + "role[geodns]", "role[tilecache]" ) diff --git a/roles/saphira.rb b/roles/saphira.rb index dc01144a4..5b83ea7d8 100644 --- a/roles/saphira.rb +++ b/roles/saphira.rb @@ -41,5 +41,6 @@ default_attributes( run_list( "role[jump]", + "role[geodns]", "role[tilecache]" ) diff --git a/roles/stormfly-02.rb b/roles/stormfly-02.rb index 9c31e1fb7..b9b339262 100644 --- a/roles/stormfly-02.rb +++ b/roles/stormfly-02.rb @@ -31,5 +31,6 @@ default_attributes( run_list( "role[osuosl]", "role[hp-dl360-g6]", + "role[geodns]", "role[tilecache]" ) diff --git a/roles/tilecache.rb b/roles/tilecache.rb index e60598efe..438f61992 100644 --- a/roles/tilecache.rb +++ b/roles/tilecache.rb @@ -35,6 +35,5 @@ default_attributes( ) run_list( - "role[geodns]", "recipe[tilecache]" ) -- 2.43.2