X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d4046e35a7ac0b52d226eb2d78fff4492dd0a59e..ba31aca76710590cde7d2baa2fc9a4cd7beb0fa4:/roles/hostedinnz.rb diff --git a/roles/hostedinnz.rb b/roles/hostedinnz.rb deleted file mode 100644 index 9bf941404..000000000 --- a/roles/hostedinnz.rb +++ /dev/null @@ -1,28 +0,0 @@ -name "hostedinnz" -description "Role applied to all servers at HostedIn.NZ" - -default_attributes( - :accounts => { - :users => { - :asmith => { :status => :administrator } - } - }, - :hosted_by => "HostedIn.NZ", - :location => "Wellington, New Zealand", - :snmpd => { - :clients => ["103.106.66.28"], - :community => "hostedinnz", - :location => "Wellington" - } -) - -override_attributes( - :ntp => { - :servers => ["0.nz.pool.ntp.org", "1.nz.pool.ntp.org", "oceania.pool.ntp.org"] - } -) - -run_list( - "role[nz]", - "recipe[snmpd]" -)