Skip to content

Commit

Permalink
Make sure that the DNS client recipe runs on all state transitions,
Browse files Browse the repository at this point in the history
and that the DNS server runs on the discovered state transition.
  • Loading branch information
VictorLowther committed Apr 24, 2012
1 parent 7b3274c commit 6c6df68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chef/data_bags/crowbar/bc-template-dns.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"dns": {
"crowbar-revision": 0,
"element_states": {
"dns-server": [ "readying", "ready", "applying" ],
"dns-client": [ "readying", "ready", "applying" ]
"dns-server": [ "discovered", "readying", "ready", "applying" ],
"dns-client": [ "all" ]
},
"elements": {},
"element_order": [
[ "dns-server" ],
[ "dns-server" ],
[ "dns-client" ]
],
"config": {
Expand Down

0 comments on commit 6c6df68

Please sign in to comment.