kitchen-habitat 0.5.2 → 0.5.3
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/kitchen-habitat/version.rb +1 -1
- data/lib/kitchen/provisioner/habitat.rb +0 -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: a0b84dae0b861602744e7e767c3c91d9dd4a02b9
|
|
4
|
+
data.tar.gz: c0eb37401e35966c040617ea2e3e02bfaf31a61b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7d34284386219c9864287f75698e808c0c748497261172d53f69eec9e16a895e8e24fedd4f8a3b5a2d2e04b9af51349346e671a14d27d1f173071516dfefc1de
|
|
7
|
+
data.tar.gz: cc66535efabfe305037359c82ba304600934768a41d0ef0430a360105843faf5fbaed57ac4904ca4a969fec57077003dd6b0b671d5cf279a2f351be7ce8024cb
|
|
@@ -214,7 +214,6 @@ module Kitchen
|
|
|
214
214
|
def copy_user_toml_to_service_directory
|
|
215
215
|
return unless !config[:config_directory].nil? && File.exist?(full_user_toml_path)
|
|
216
216
|
<<-EOH
|
|
217
|
-
sudo ls /tmp/kitchen
|
|
218
217
|
sudo mkdir -p /hab/svc/#{config[:package_name]}
|
|
219
218
|
sudo cp #{File.join(File.join(config[:root_path], 'config'), 'user.toml')} /hab/svc/#{config[:package_name]}/user.toml
|
|
220
219
|
EOH
|