Last active
December 25, 2015 17:49
-
-
Save joelmoss/7016278 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name 'base' | |
| description 'Base role for all nodes and roles' | |
| run_list 'recipe[apt]', | |
| 'recipe[build-essential]' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name 'mongodb' | |
| description 'A single MongoDB server' | |
| run_list 'role[base]', | |
| 'recipe[mongodb::10gen_repo]', | |
| 'recipe[mongodb::replicaset]' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| resolving cookbooks for run list: ["apt", "build-essential", "chef-client::delete_validation", "chef-client", "mongodb::10gen_repo", "mongodb::replicaset"] | |
| Synchronizing Cookbooks: | |
| - apt | |
| - build-essential | |
| - chef-client | |
| - cron | |
| - logrotate | |
| - mongodb | |
| - yum | |
| - aws | |
| Compiling Cookbooks... | |
| [2013-10-16T22:41:57+00:00] WARN: Cloning resource attributes for execute[apt-get update] from prior resource (CHEF-3694) | |
| [2013-10-16T22:41:57+00:00] WARN: Previous execute[apt-get update]: /var/chef/cache/cookbooks/apt/recipes/default.rb:39:in `from_file' | |
| [2013-10-16T22:41:57+00:00] WARN: Current execute[apt-get update]: /var/chef/cache/cookbooks/mongodb/recipes/10gen_repo.rb:28:in `from_file' | |
| Recipe: mongodb::default | |
| * chef_gem[mongo] action install | |
| ..... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment