gusteau 0.4.6 → 0.4.7
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 +1 -1
- data/bin/gusteau +1 -1
- data/lib/gusteau/bureau.rb +1 -1
- data/lib/gusteau/version.rb +1 -1
- data/template/Berksfile +7 -0
- data/template/Gemfile +1 -2
- metadata +2 -2
- data/template/Cheffile +0 -8
data/README.md
CHANGED
@@ -56,7 +56,7 @@ Gusteau only needs a node definition to run, but you'll need a few cookbooks to
|
|
56
56
|
The following command generates an example configuration to get you started:
|
57
57
|
|
58
58
|
```
|
59
|
-
gusteau
|
59
|
+
gusteau init project-name
|
60
60
|
```
|
61
61
|
|
62
62
|
Next, `cd project-name` and see `nodes/example.yml`.
|
data/bin/gusteau
CHANGED
data/lib/gusteau/bureau.rb
CHANGED
data/lib/gusteau/version.rb
CHANGED
data/template/Berksfile
ADDED
data/template/Gemfile
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gusteau
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.7
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -171,7 +171,7 @@ files:
|
|
171
171
|
- spec/nodes/staging.yml
|
172
172
|
- spec/spec_helper.rb
|
173
173
|
- template/.gitignore
|
174
|
-
- template/
|
174
|
+
- template/Berksfile
|
175
175
|
- template/Gemfile
|
176
176
|
- template/Vagrantfile
|
177
177
|
- template/data_bags/users/user.json.erb
|