]> git.openstreetmap.org Git - chef.git/commitdiff
Add a role for the blog aggregator
authorTom Hughes <tom@compton.nu>
Mon, 5 Dec 2022 12:33:56 +0000 (12:33 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 5 Dec 2022 12:34:08 +0000 (12:34 +0000)
roles/blogs.rb [new file with mode: 0644]
roles/lockheed.rb

diff --git a/roles/blogs.rb b/roles/blogs.rb
new file mode 100644 (file)
index 0000000..ab43698
--- /dev/null
@@ -0,0 +1,6 @@
+name "blogs"
+description "Role applied to all blog aggreators"
+
+run_list(
+  "recipe[blogs]"
+)
index 021620bd78adbccd3c3fe4fc2d846fd42100feaf..36e89852c7d2d244e5cbc2adfe92e1a2b81c21ad 100644 (file)
@@ -38,5 +38,5 @@ run_list(
   "role[subversion]",
   "role[trac]",
   "role[irc]",
-  "recipe[blogs]"
+  "role[blogs]"
 )