sambot 0.1.107 → 0.1.108

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f107e9b5776ea6086c95712934150c1de36f1c50
4
- data.tar.gz: 85c0d6f34327f86a55815fde3fad5ff7bccaffc9
3
+ metadata.gz: a1fc1a1eefcfd08915e42c733730c73a581106c2
4
+ data.tar.gz: aa79135d18b60a01b3942f89dadbe20289d8ac8a
5
5
  SHA512:
6
- metadata.gz: 702e3d8c1b4acd76559de55a44a78d991a471015a8b389627626d75da7f048cbaf9702a44c016831c5ba45a78c48a203c4b483b3e52254a82a67135d7d7f2879
7
- data.tar.gz: 8ebe2e043d1d73efe5bf07f9650df3d7ba1e54c54152c0690b13debabbc5163a8fb48235114cf7a420e40021d91d3f30f49b1ef9ee6c5dedb26115780c2e0f00
6
+ metadata.gz: b06b48af74c3b38b6f06b6d13694a33900aa3e59a39c87cc42c291e6031c9da61d507310b29ca41b715636d5a38e62f30f2983e8fb44646b836a562d3cd5176f
7
+ data.tar.gz: fe8cdd28b5c7eaca710499c13aeca93fc1191918b272c287b0e3f1c47a9cde748b17c4b93b2efd05056d8c3c76c34e5be42b78fd705a11daeb794659b455e358
@@ -6,6 +6,22 @@ The configuration file should be called .config.yml and stored in the root of
6
6
  the Chef cookbook. After the command is run, all the files required to author
7
7
  a cookbook will be placed in the same directory as the .config.yml file.
8
8
 
9
+ An example default structure for a cookbook would be the below:
10
+ |- recipes
11
+ |- default.rb
12
+ |- spec
13
+ |- .config.yml
14
+ |- README.md
15
+
16
+ The above is the minimal folder structure required for a cookbook.
17
+
18
+ The .config.yml has the following structure:
19
+ * name - the name of the cookbook
20
+ * version - the version of the cookbook
21
+ * platforms - the different platforms the cookbook can run on, centos and/or windows
22
+ * description - a description for the cookbook
23
+ * suites - the suites attribute that would go into the .kitchen.yml files and should follow exactly that structure
24
+
9
25
  Furthermore, a pre-push Git hook will be generated which will check the cookbook
10
26
  files before allowing the origin repository to be updated.
11
27
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Sambot
4
- VERSION = '0.1.107'.freeze
4
+ VERSION = '0.1.108'.freeze
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sambot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.107
4
+ version: 0.1.108
5
5
  platform: ruby
6
6
  authors:
7
7
  - Olivier Kouame