sparkle-pack-cfn-init-chef 0.0.4 → 0.0.5
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9f21603641a7e8f5ebbf6a25eedb6e1200eae122
|
|
4
|
+
data.tar.gz: c79b87a221b1086314ce4d00278003e96942f43b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b5d406fd8ab4bafc17719ccd3121345f60d06706e02582fc1cf6e119e3fe6c6062b3da822f547d7467fb36b1f67d63a646867c1f872c71abcfa2d5fe7dbacf52
|
|
7
|
+
data.tar.gz: 92ced8ee968577f6688020c04fd1f98890ea9fd024758c359b3c706f5ba0d201eda9bfb4bb33c8b82c861f0c2c238dd122d96d471e753cdce195d40a230a2951
|
|
@@ -47,10 +47,10 @@ SfnRegistry.register(:chef_client) do |_name, _config={}|
|
|
|
47
47
|
end
|
|
48
48
|
files('/etc/chef/client.rb') do
|
|
49
49
|
content join!(
|
|
50
|
-
"chef_server_url '
|
|
51
|
-
"environment '
|
|
50
|
+
"chef_server_url '", _config.fetch(:chef_server), "'\n",
|
|
51
|
+
"environment '", _config.fetch(:chef_environment, '_default'), "'\n",
|
|
52
52
|
"log_location '/var/log/chef/client.log'\n",
|
|
53
|
-
"validation_client_name '
|
|
53
|
+
"validation_client_name '", _config.fetch(:validation_client), "'\n"
|
|
54
54
|
)
|
|
55
55
|
mode '000400'
|
|
56
56
|
owner 'root'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'sparkle-pack-cfn-init-chef'
|
|
3
|
-
s.version = '0.0.
|
|
3
|
+
s.version = '0.0.5'
|
|
4
4
|
s.licenses = ['MIT']
|
|
5
5
|
s.summary = 'CFN Init Chef SparklePack'
|
|
6
6
|
s.description = 'SparklePack to provide cfn-init config set to bootstrap an instance using Chef'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sparkle-pack-cfn-init-chef
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael F. Weinberg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-02-
|
|
11
|
+
date: 2017-02-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sparkle_formation
|