diff options
author | antima-gupta <agupta@msystechnologies.com> | 2020-08-28 18:07:41 +0530 |
---|---|---|
committer | antima-gupta <agupta@msystechnologies.com> | 2020-08-28 18:07:41 +0530 |
commit | 4e6234d500475ec772ae2f7d81bfb91067b4a12c (patch) | |
tree | ce5d60b4011beb0ee4f30d852c73a6feb2da02a8 /kitchen-tests | |
parent | d0764e7849a69f5ce9b0a7bf24a7c0263a9f2c8e (diff) | |
download | chef-4e6234d500475ec772ae2f7d81bfb91067b4a12c.tar.gz |
removed unnecessary 'ostruct' from linux mount provider spec.
Added permalink for Regex.
Renamed the linux_mount recipe file to mount in kitechen-tests.
Signed-off-by: antima-gupta <agupta@msystechnologies.com>
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/cookbooks/end_to_end/recipes/_mount.rb (renamed from kitchen-tests/cookbooks/end_to_end/recipes/_linux_mount.rb) | 0 | ||||
-rw-r--r-- | kitchen-tests/cookbooks/end_to_end/recipes/linux.rb | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/_linux_mount.rb b/kitchen-tests/cookbooks/end_to_end/recipes/_mount.rb index 207ef9d1fb..207ef9d1fb 100644 --- a/kitchen-tests/cookbooks/end_to_end/recipes/_linux_mount.rb +++ b/kitchen-tests/cookbooks/end_to_end/recipes/_mount.rb diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb b/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb index bb94fb88d1..ba1f5e84f7 100644 --- a/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb +++ b/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb @@ -122,7 +122,7 @@ include_recipe "::_cron" include_recipe "::_ohai_hint" include_recipe "::_openssl" include_recipe "::_tests" -include_recipe "::_linux_mount" +include_recipe "::_mount" # at the moment these do not run properly in docker # we need to investigate if this is a snap on docker issue or a chef issue |