From: Tom Hughes Date: Wed, 27 Jan 2016 20:33:50 +0000 (+0000) Subject: Remove unused roles X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/7642d13ddc85ae7e833376e65f294b7c91943cba Remove unused roles --- diff --git a/roles/ca.rb b/roles/ca.rb deleted file mode 100644 index 3d83f885c..000000000 --- a/roles/ca.rb +++ /dev/null @@ -1,10 +0,0 @@ -name "ca" -description "Role applied to all servers located in Canada" - -override_attributes( - :country => "ca" -) - -run_list( - "role[base]" -) diff --git a/roles/ovh-ca.rb b/roles/ovh-ca.rb deleted file mode 100644 index 4957435a2..000000000 --- a/roles/ovh-ca.rb +++ /dev/null @@ -1,13 +0,0 @@ -name "ovh-ca" -description "Role applied to all servers at OVH CA" - -override_attributes( - :ntp => { - :servers => ["0.ca.pool.ntp.org", "1.ca.pool.ntp.org", "north-america.pool.ntp.org"] - } -) - -run_list( - "role[ca]", - "role[ovh]" -) diff --git a/roles/ovh.rb b/roles/ovh.rb deleted file mode 100644 index 0cf210d5a..000000000 --- a/roles/ovh.rb +++ /dev/null @@ -1,13 +0,0 @@ -name "ovh" -description "Role applied to all servers at OVH" - -default_attributes( - :networking => { - :nameservers => ["8.8.4.4", "213.186.33.99", "8.8.8.8"], - :roles => { - :external => { - :zone => "ov" - } - } - } -)