Skip to content

Commit

Permalink
Add further reading links to getting-started.md
Browse files Browse the repository at this point in the history
Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
  • Loading branch information
marcparadise committed Sep 19, 2018
1 parent 12d1b28 commit 943e6f6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions www/site/content/docs/chef-workstation/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ inspec version: 2.1.72

The `chef-run` utility allows you to execute ad-hoc configuration updates on the systems you manage without needing to first set up a Chef server. With chef-run, you connect to servers over SSH or WinRM, and can apply single resources, recipes, or entire cookbooks directly from your local workstation.


### Example: Installing NTP Server

Chef Workstation combines the power of InSpec and chef-run to give you the ability to easily detect and correct issues on any target instance. A common task that an environment maintainer performs is ensuring that the Network Time Protocol (NTP) is installed, so clocks are kept in sync between servers. InSpec allows us to simply query whether the package is installed via its package resource:
Expand Down Expand Up @@ -82,3 +83,9 @@ Runs the `my_cookbook::my_recipe` cookbook against servers myhost1 through myhos
```bash
chef-run myhost[1:20] my_cookbook::my_recipe
```
#### Further Reading
* [Chef Run CLI Reference](https://chef.sh/docs/tools-reference/chef-run/)
* [Introducing Chef Workstation](https://blog.chef.io/2018/05/23/introducing-chef-workstation/)
* [Chef Workstation - How We Made that Demo](https://blog.chef.io/2018/06/25/chef-workstation-how-we-made-that-demo/)

0 comments on commit 943e6f6

Please sign in to comment.