-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing a few formatting issues per #14
- Loading branch information
1 parent
80aca7d
commit 5d3e2cc
Showing
14 changed files
with
252 additions
and
168 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ This Chef Connector enables you to bootstrap a server using both Chef Server and | |
|
||
# Authentication | ||
ID | Default | Description | ||
-- | ------- | ----------- | ||
--- | ------- | ----------- | ||
private_key | false | The Private Key chef needs to SSH into the remote server | ||
validation_key | false | The validation key provided by Chef Server. Typically found in `~/.chef`. | ||
organization | false | The organization name as managed in Chef Server. | ||
|
@@ -17,6 +17,7 @@ chef_server | https://api.opscode.com/organizations/{organization} | The Chef Se | |
Below is an example credentials.yml file with the above values. | ||
|
||
**credential.yml** | ||
|
||
```yaml | ||
--- | ||
chef: | ||
|
@@ -53,7 +54,7 @@ chef: | |
## Input parameters | ||
ID | Default | Description | ||
-- | ------- | ----------- | ||
--- | ------- | ----------- | ||
host | false | The host address for the server to bootstrap, including the username (e.g. `[email protected]`) | ||
runlist | false | The Chef runlist for bootstrapping. e.g. `role[console]` | ||
name | false | The name of the server as it will be captured on the chef server | ||
|
This file contains 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
This file contains 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
Oops, something went wrong.