]> git.openstreetmap.org Git - chef.git/blobdiff - roles/blog-staging.rb
imagery: apply us_imagery on ironbelly
[chef.git] / roles / blog-staging.rb
index c2576b47149f49461304eac003092aaaf6cd9e59..3ad17f229c2d6dec48195bd1ddf6ff5f30e81714 100644 (file)
@@ -4,7 +4,7 @@ description "Role applied to staging blog servers"
 default_attributes(
   :accounts => {
     :users => {
-      :mikel => { :status => :user },
+      :mikel => { :status => :administrator },
       :wordpress => {
         :status => :role,
         :members => [:mikel]
@@ -13,6 +13,7 @@ default_attributes(
   }
 )
 
-run_list(
-  "recipe[blog::staging]"
-)
+# FIXME: Disable while site under development
+# run_list(
+#   "recipe[blog::staging]"
+# )