Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

Commit

Permalink
missing hardcoded daikon; example node.json config
Browse files Browse the repository at this point in the history
  • Loading branch information
nevans committed Jun 14, 2011
1 parent c97afdf commit 586cfe5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cookbooks/daikon/recipes/default.rb
Expand Up @@ -11,7 +11,7 @@
end

group node[:daikon][:group] do
members ['daikon']
members [node[:daikon][:user]]
end

[
Expand Down
2 changes: 2 additions & 0 deletions cookbooks/daikon/templates/default/daikon.initd.erb
Expand Up @@ -44,3 +44,5 @@ case "$1" in
exit 1
;;
esac

# vim:ft=sh
6 changes: 4 additions & 2 deletions node.json
@@ -1,4 +1,6 @@
{
"run_list": [ "recipe[daikon]" ]
"run_list": [ "recipe[daikon]" ],
"daikon": {
"password": "0123456789abcdef"
}
}

0 comments on commit 586cfe5

Please sign in to comment.