dev-lxc 3.3.1 → 3.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3b24691cccca69e1ee0d0bf700c4143db152a752
4
- data.tar.gz: 219cb8b33033bebb48ac6fcfa9a3457faa7731a7
3
+ metadata.gz: 8ef556e2b90aea3a0835638c987dbe82ec8d26d8
4
+ data.tar.gz: 427678d9880897aef36b2690d9a3885b9e5dbb99
5
5
  SHA512:
6
- metadata.gz: 74e285e3e350161ce874ceafcafdb8b5f71de7ec8a5d63f873d7b7f69becd6ea6846df4b95e23e447ca4e42ab84c04e2c072990e827fb7e9553ac53726d83e40
7
- data.tar.gz: 8cffb81802bd4e9d8a4941c2d36b3fa8dce7f00090120689b96b1d20613c4e7d4f5b80052de9b8e08e53dad499ab5f48f0bcfec46313b7861286066d0530096b
6
+ metadata.gz: d9373f95143b9b5c5348b989cb59706c35762fd894a20fa13b44e535687617fed2f00a285f8f1ec2c0b3b838b7ca5c07d3ed21df2b2dee2bf6e2abd2f2bbc50c
7
+ data.tar.gz: 99847fd68a713de5fce31f126ad8657132e373b1a83ab632cabb5fdae75d696e23c484a6654897c77311da4f93be430c4905ffc6b2b25b7716c9d677217c4394
data/.gitattributes CHANGED
File without changes
data/.gitignore CHANGED
File without changes
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # dev-lxc Change Log
2
2
 
3
+ ## 3.3.2 (2017-08-16)
4
+
5
+ * Disable Automate telemetry
6
+
3
7
  ## 3.3.1 (2017-04-13)
4
8
 
5
9
  * Change Automate's default chef_org and enterprise_name
data/Gemfile CHANGED
File without changes
data/LICENSE CHANGED
File without changes
data/Rakefile CHANGED
File without changes
data/bin/dl CHANGED
File without changes
data/dev-lxc.gemspec CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/docs/mitmproxy.md CHANGED
File without changes
data/docs/usage.md CHANGED
File without changes
File without changes
File without changes
File without changes
data/lib/dev-lxc.rb CHANGED
File without changes
data/lib/dev-lxc/cli.rb CHANGED
File without changes
@@ -747,6 +747,9 @@ module DevLXC
747
747
  chef_server_url = @config['chef-server'][:fqdn]
748
748
  supermarket_fqdn = @config['supermarket'][:fqdn]
749
749
 
750
+ FileUtils.mkdir_p("#{server.container.config_item('lxc.rootfs')}/var/opt/delivery")
751
+ FileUtils.touch("#{server.container.config_item('lxc.rootfs')}/var/opt/delivery/.telemetry.disabled")
752
+
750
753
  FileUtils.cp(license_path, "#{server.container.config_item('lxc.rootfs')}/root/automate.license")
751
754
 
752
755
  chef_server = get_server(@config['chef-server'][:bootstrap_backend])
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module DevLXC
2
- VERSION = "3.3.1"
2
+ VERSION = "3.3.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dev-lxc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.1
4
+ version: 3.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremiah Snapp
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-13 00:00:00.000000000 Z
11
+ date: 2017-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -139,7 +139,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
139
139
  version: '0'
140
140
  requirements: []
141
141
  rubyforge_project:
142
- rubygems_version: 2.6.10
142
+ rubygems_version: 2.6.11
143
143
  signing_key:
144
144
  specification_version: 4
145
145
  summary: A tool for building Chef server clusters using LXC containers