mixlib-install 0.8.0.alpha.1 → 0.8.0.alpha.2
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 +4 -4
- data/lib/mixlib/install/product.rb +2 -6
- data/lib/mixlib/install/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 40e1403861a8c56ae5bef0076ede1a889cece701
|
|
4
|
+
data.tar.gz: eab4f0ae8dd1b27a235afd950015421fa7998345
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2434a31ab88a137f45b16df69bfdb61db9fe247a01a26f071977b87086164172ac46d9e144fbc679923f680f843eec408132d9f272901873fc55c96412281fbd
|
|
7
|
+
data.tar.gz: e37efeda997e33f7095b3e49b39ce8fa7e9efd1f08e5ae065fa9594eff4d49dba22be2e1d077918ede15814038898a59e15c13e250a4f2147a25f739d0f12af6
|
|
@@ -239,12 +239,8 @@ PRODUCT_MATRIX = Mixlib::Install::ProductMatrix.new do
|
|
|
239
239
|
|
|
240
240
|
product "push-server" do
|
|
241
241
|
product_name "Chef Push Server"
|
|
242
|
-
package_name
|
|
243
|
-
|
|
244
|
-
end
|
|
245
|
-
ctl_command do |v|
|
|
246
|
-
v < version_for("2.0.0") ? "opscode-push-jobs-server-ctl" : "push-jobs-server-ctl"
|
|
247
|
-
end
|
|
242
|
+
package_name "opscode-push-jobs-server"
|
|
243
|
+
ctl_command "opscode-push-jobs-server-ctl"
|
|
248
244
|
config_file "/etc/opscode-push-jobs-server/opscode-push-jobs-server.rb"
|
|
249
245
|
end
|
|
250
246
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mixlib-install
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.0.alpha.
|
|
4
|
+
version: 0.8.0.alpha.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thom May
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-12-
|
|
12
|
+
date: 2015-12-04 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: artifactory
|
|
@@ -166,3 +166,4 @@ signing_key:
|
|
|
166
166
|
specification_version: 4
|
|
167
167
|
summary: A mixin to help with omnitruck installs
|
|
168
168
|
test_files: []
|
|
169
|
+
has_rdoc:
|