sous-chef 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +2 -5
- data/lib/sous-chef/tasks.rb +1 -1
- data/sous-chef.gemspec +1 -1
- metadata +1 -1
data/README.md
CHANGED
|
@@ -14,11 +14,8 @@ Add the following to your `Rakefile`:
|
|
|
14
14
|
|
|
15
15
|
## Configure
|
|
16
16
|
|
|
17
|
-
nodes.yml
|
|
18
|
-
|
|
19
|
-
Create `nodes.yml` in your root. Example `nodes.yml`:
|
|
20
|
-
|
|
21
|
-
Key is node name and everything underneath is used for the sshconfig
|
|
17
|
+
Create configuration in knife-solo nodes dir e.g. `nodes/nodes.yml`. Node
|
|
18
|
+
configuration is used for sshconfig as well as nodename. Example `nodes.yml`:
|
|
22
19
|
|
|
23
20
|
```yaml
|
|
24
21
|
SuperAwesomeNode:
|
data/lib/sous-chef/tasks.rb
CHANGED
data/sous-chef.gemspec
CHANGED
|
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
|
|
|
6
6
|
s.email = "shaun@substantail.com"
|
|
7
7
|
|
|
8
8
|
s.name = 'sous-chef'
|
|
9
|
-
s.version = "0.0.
|
|
9
|
+
s.version = "0.0.3"
|
|
10
10
|
s.description = %q{Manage knife-solo nodes}
|
|
11
11
|
s.summary = %q{Manage knife-solo nodes}
|
|
12
12
|
s.homepage = %q{http://github.com/substantial/sous-chef}
|