Added mon-agent back into the mix

This commit is contained in:
Tim Kuhlman 2014-05-12 16:03:28 -06:00
parent 76ad11af2a
commit 01e0a4e5f9
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@
},
"chef_type": "role",
"run_list": [
"recipe[mini-mon]"
"recipe[mini-mon]",
"recipe[mon_agent]"
],
"env_run_lists": {
}