]> git.openstreetmap.org Git - chef.git/blobdiff - roles/shenron.rb
Fix indentation
[chef.git] / roles / shenron.rb
index ef75b60157d06758dc7a3a5e0f602c8f4f0d3942..d5fd177f8d2e22ff87d09d219d3eb6da7066ff8f 100644 (file)
@@ -2,6 +2,14 @@ name "shenron"
 description "Master role applied to shenron"
 
 default_attributes(
+  :accounts => {
+    :users => {
+      :bretth => {
+        :status => :user,
+        :shell => "/usr/bin/git-shell"
+      },
+    }
+  },
   :apache => {
     :mpm => "event",
     :event => {
@@ -14,15 +22,15 @@ default_attributes(
         :interface => "eth0",
         :role => :external,
         :family => :inet,
-        :address => "89.16.179.150",
+        :address => "212.110.172.32",
         :prefix => "26",
-        :gateway => "89.16.179.129"
+        :gateway => "212.110.172.1"
       },
       :external_ipv6 => {
         :interface => "eth0",
         :role => :external,
         :family => :inet6,
-        :address => "2001:41c8:0010:0996:21d:7dff:fec3:df70",
+        :address => "2001:41c9:1:400::32",
         :prefix => "64",
         :gateway => "fe80::1"
       },