]> git.openstreetmap.org Git - chef.git/blobdiff - roles/carnet.rb
Configure modtile and renderd collectors
[chef.git] / roles / carnet.rb
index 576f33dc84baed7b76f33226c4e7d1dfe689162a..8ed5cb3f64bc602f3e91b02fdbec1b6d33795ba7 100644 (file)
@@ -4,31 +4,15 @@ description "Role applied to all servers at CARNet"
 default_attributes(
   :accounts => {
     :users => {
-      :anovak => { :status => :administrator },
       :hbogner => { :status => :administrator }
     }
   },
-  :munin => {
-    :allow => [ "193.198.233.210" ]
-  },
-  :networking => {
-    :nameservers => [
-      "161.53.2.66",
-      "2001:b68:ff:1::2",
-      "2001:b68:ff:2::2",
-      "2001:4860:4860::8888"
-    ],
-    :roles => {
-      :external => {
-        :zone => "cnt"
-      }
-    }
-  }
+  :hosted_by => "CARNet"
 )
 
 override_attributes(
   :ntp => {
-    :servers => [ "0.hr.pool.ntp.org", "1.hr.pool.ntp.org", "europe.pool.ntp.org" ]
+    :servers => ["0.hr.pool.ntp.org", "1.hr.pool.ntp.org", "europe.pool.ntp.org"]
   }
 )