projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e995ca9
)
Enable planet-notes-dump
author
Grant Slater
<git@firefishy.com>
Fri, 1 Aug 2014 08:53:26 +0000
(09:53 +0100)
committer
Grant Slater
<git@firefishy.com>
Fri, 1 Aug 2014 08:53:42 +0000
(09:53 +0100)
roles/planetdump.rb
patch
|
blob
|
history
diff --git
a/roles/planetdump.rb
b/roles/planetdump.rb
index d48e5cbce54083fdeb8760cb5c03257ca597b2c5..029e3a266d443a07092087abaea5365bd96845cc 100644
(file)
--- a/
roles/planetdump.rb
+++ b/
roles/planetdump.rb
@@
-2,5
+2,6
@@
name "planetdump"
description "Role applied to all planetdump servers"
run_list(
- "recipe[planet::dump]"
+ "recipe[planet::dump]",
+ "recipe[planet::dump-notes]"
)