Created
June 5, 2009 03:58
-
-
Save cliffdickerson/124039 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
| root@chef-client:~# chef-solo -c ~/solo.rb -j ~/chef.json -r http://s3.amazonaws.com/chef-solo/bootstrap-latest.tar.gz | |
| [Wed, 03 Jun 2009 18:06:36 -0700] INFO: Starting Chef Solo Run | |
| [Wed, 03 Jun 2009 18:06:39 -0700] INFO: Created group[chef] | |
| [Wed, 03 Jun 2009 18:06:39 -0700] INFO: Created user[chef] | |
| [Wed, 03 Jun 2009 18:06:39 -0700] INFO: Creating directory[/etc/chef] at /etc/chef | |
| [Wed, 03 Jun 2009 18:06:39 -0700] INFO: Setting owner to 8000 for directory[/etc/chef] | |
| [Wed, 03 Jun 2009 18:06:39 -0700] INFO: Setting group to 8000 for directory[/etc/chef] | |
| [Wed, 03 Jun 2009 18:06:39 -0700] INFO: Setting mode to 775 for directory[/etc/chef] | |
| [Wed, 03 Jun 2009 18:06:39 -0700] INFO: Creating directory[/srv/chef] at /srv/chef | |
| [Wed, 03 Jun 2009 18:06:39 -0700] INFO: Setting owner to 8000 for directory[/srv/chef] | |
| [Wed, 03 Jun 2009 18:06:39 -0700] INFO: Setting group to 8000 for directory[/srv/chef] | |
| [Wed, 03 Jun 2009 18:06:39 -0700] INFO: Setting mode to 775 for directory[/srv/chef] | |
| [Wed, 03 Jun 2009 18:06:39 -0700] INFO: Creating directory[/var/log/chef] at /var/log/chef | |
| [Wed, 03 Jun 2009 18:06:39 -0700] INFO: Setting owner to 8000 for directory[/var/log/chef] | |
| [Wed, 03 Jun 2009 18:06:39 -0700] INFO: Setting group to 8000 for directory[/var/log/chef] | |
| [Wed, 03 Jun 2009 18:06:39 -0700] INFO: Setting mode to 775 for directory[/var/log/chef] | |
| [Wed, 03 Jun 2009 18:06:39 -0700] INFO: Creating template[/etc/chef/client.rb] at /etc/chef/client.rb | |
| [Wed, 03 Jun 2009 18:06:39 -0700] INFO: Setting owner to 8000 for template[/etc/chef/client.rb] | |
| [Wed, 03 Jun 2009 18:06:39 -0700] INFO: Setting group to 8000 for template[/etc/chef/client.rb] | |
| [Wed, 03 Jun 2009 18:06:39 -0700] INFO: Setting mode to 644 for template[/etc/chef/client.rb] | |
| [Wed, 03 Jun 2009 18:06:39 -0700] INFO: Chef Run complete in 3.359097 seconds | |
| root@chef-client:~# service chef-client status | |
| down: chef-client: 210s, normally up; run: log: (pid 5735) 69071s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment