]> git.openstreetmap.org Git - chef.git/blobdiff - roles/supybot.rb
Bring supybot under chef control
[chef.git] / roles / supybot.rb
diff --git a/roles/supybot.rb b/roles/supybot.rb
new file mode 100644 (file)
index 0000000..877fc76
--- /dev/null
@@ -0,0 +1,14 @@
+name "supybot"
+description "Role applied to all supybot servers"
+
+default_attributes(
+  :accounts => {
+    :users => {
+      :supybot => { :status => :role }
+    }
+  }
+)
+
+run_list(
+  "recipe[supybot]"
+)