diff options
author | tyler-ball <tyleraball@gmail.com> | 2014-12-05 18:06:55 -0800 |
---|---|---|
committer | tyler-ball <tyleraball@gmail.com> | 2014-12-05 18:06:55 -0800 |
commit | 091001ae8d27a8a5de03af2c20905e23a8ffefb7 (patch) | |
tree | 28abfa5821f80e2090b8f89988a0bab004b710a5 /distro/common/markdown/man1 | |
parent | 8a7b450cb87ef62e9f21d32c91a52accefba6ffd (diff) | |
parent | a45716b67a2168c21b166e4aab38668e9b96d856 (diff) | |
download | chef-merging-master.tar.gz |
Merge branch 'master' into merging-mastermerging-master
Conflicts:
lib/chef/version.rb
Diffstat (limited to 'distro/common/markdown/man1')
-rw-r--r-- | distro/common/markdown/man1/knife-bootstrap.mkd | 2 | ||||
-rw-r--r-- | distro/common/markdown/man1/knife-cookbook-site.mkd | 2 | ||||
-rw-r--r-- | distro/common/markdown/man1/knife-data-bag.mkd | 2 | ||||
-rw-r--r-- | distro/common/markdown/man1/knife-environment.mkd | 2 | ||||
-rw-r--r-- | distro/common/markdown/man1/knife.mkd | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/distro/common/markdown/man1/knife-bootstrap.mkd b/distro/common/markdown/man1/knife-bootstrap.mkd index 5c5e456023..cb292de311 100644 --- a/distro/common/markdown/man1/knife-bootstrap.mkd +++ b/distro/common/markdown/man1/knife-bootstrap.mkd @@ -84,7 +84,7 @@ When this is complete, the bootstrapped node will have: - Latest Chef version installed from RubyGems or APT Packages from Opscode. This may be a later version than the local system. - Be validated with the configured Chef Server. - - Have run Chef with its default run list if one is specfied. + - Have run Chef with its default run list if one is specified. Additional custom bootstrap templates can be created and stored in `.chef/bootstrap/DISTRO.erb`, replacing __DISTRO__ with the value passed diff --git a/distro/common/markdown/man1/knife-cookbook-site.mkd b/distro/common/markdown/man1/knife-cookbook-site.mkd index 7c2b0fe31b..9496cf1765 100644 --- a/distro/common/markdown/man1/knife-cookbook-site.mkd +++ b/distro/common/markdown/man1/knife-cookbook-site.mkd @@ -26,7 +26,7 @@ repository. Running `knife cookbook site install` does the following: upstream; 2. All existing cookbooks are removed from the branch; 3. The cookbook is downloaded from the cookbook site in tarball form; -4. The downloaded cookbook is untarred, and its contents commited via git; +4. The downloaded cookbook is untarred, and its contents committed via git; 5. The pristine copy branch is merged into the master branch. By installing cookbook with this process, you can locally modify the diff --git a/distro/common/markdown/man1/knife-data-bag.mkd b/distro/common/markdown/man1/knife-data-bag.mkd index 67ec02158c..53abf95272 100644 --- a/distro/common/markdown/man1/knife-data-bag.mkd +++ b/distro/common/markdown/man1/knife-data-bag.mkd @@ -90,7 +90,7 @@ formatted according to the --format option. ## ENCRYPTION SUPPORT Data Bag Items may be encrypted to keep their contents secret. This may -be desireable when storing sensitive information such as database +be desirable when storing sensitive information such as database passwords, API keys, etc. Data Bag Item encryption uses the AES-256 CBC symmetric key algorithm. diff --git a/distro/common/markdown/man1/knife-environment.mkd b/distro/common/markdown/man1/knife-environment.mkd index 2eebffbce6..98ca4997bd 100644 --- a/distro/common/markdown/man1/knife-environment.mkd +++ b/distro/common/markdown/man1/knife-environment.mkd @@ -73,7 +73,7 @@ represented as a single JSON object, like this: {"apache2": ">= 1.5.0"} -In the Ruby format, the cookbook version contraints for an environment +In the Ruby format, the cookbook version constraints for an environment are represented as a Ruby Hash, like this: {"apache2" => ">= 1.5.0"} diff --git a/distro/common/markdown/man1/knife.mkd b/distro/common/markdown/man1/knife.mkd index 61e0c7f8b9..c3add163f9 100644 --- a/distro/common/markdown/man1/knife.mkd +++ b/distro/common/markdown/man1/knife.mkd @@ -174,7 +174,7 @@ recommended though, and git fits with a lot of the workflow paradigms. ## ENVIRONMENT * `EDITOR`: The text editor to use for editing data. The --editor option takes - precedence over this value, and the --disable-editing option supresses + precedence over this value, and the --disable-editing option suppresses data editing entirely. ## SEE ALSO |