]> git.openstreetmap.org Git - chef.git/blobdiff - roles/supybot.rb
Add test for supybot cookbook
[chef.git] / roles / supybot.rb
index 877fc766a7c930c847f921a4dbe4c9a87fde6355..23a64d835784892d3a6d3bf68a779b83af3e98c7 100644 (file)
@@ -1,14 +1,6 @@
 name "supybot"
 description "Role applied to all supybot servers"
 
-default_attributes(
-  :accounts => {
-    :users => {
-      :supybot => { :status => :role }
-    }
-  }
-)
-
 run_list(
   "recipe[supybot]"
 )