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 +4 -4
- data/lib/chef/knife/ec_restore.rb +1 -1
- data/lib/knife_ec_backup/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d766acc26907709ef94b95f41410a3c77f2fe1fa
|
|
4
|
+
data.tar.gz: 2fddbc5353225e9b6b4f988f872faa396bb4dfe9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
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
|
|