knife-ec-backup 2.0.0.beta.3 → 2.0.0.beta.4

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: 2078c6252a1d006cfb49b5f6c3c2a7fc8e47ad30
4
- data.tar.gz: b67b59762f716a2b66677d56beb86de993020682
3
+ metadata.gz: d766acc26907709ef94b95f41410a3c77f2fe1fa
4
+ data.tar.gz: 2fddbc5353225e9b6b4f988f872faa396bb4dfe9
5
5
  SHA512:
6
- metadata.gz: ad00c21eb5460532a51301a12d91c786aca6c8cd77b745024b639a4bcdf082b8fb25e416bc68eee84a4b1bcd942e0d3915dfd0e5dc2fba69a4971c372bb9451f
7
- data.tar.gz: 091c6bf72543e5d197c361f906d998904d89dcc7e22a5935b88fc170565f5cc303e6cad38b25ef4a512a8889647bc1bfca739cd9772f6853c965cc1c3ecefcf6
6
+ metadata.gz: 80c0598f66fb11f5eb65de808e6e4595c78209fe42b42041ad8f31c022465741f093b223d35864d88383c8be8c157aaf3f850a8648a4d82db3d57ec753e6df33
7
+ data.tar.gz: cdc909787dab84ccfe783653e47f8550127a3ca22b6eacfe5320f5205132730a23029a66a430abc6c67503d4ec277044ccb5e52cc65fadc4289c5f54898616fb
@@ -204,7 +204,7 @@ class Chef
204
204
 
205
205
  # Restore the entire org skipping the admin data and restoring groups and acls last
206
206
  ui.msg "Restoring the rest of the org"
207
- ui.debug "Using admin user: #{org_admin}"
207
+ Chef::Log.debug "Using admin user: #{org_admin}"
208
208
  chef_fs_config = Chef::ChefFS::Config.new
209
209
  top_level_paths = chef_fs_config.local_fs.children.select { |entry| entry.name != 'acls' && entry.name != 'groups' }.map { |entry| entry.path }
210
210
 
@@ -1,3 +1,3 @@
1
1
  module KnifeECBackup
2
- VERSION = '2.0.0.beta.3'
2
+ VERSION = '2.0.0.beta.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-ec-backup
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.beta.3
4
+ version: 2.0.0.beta.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Keiser