diff options
author | Tim Smith <tsmith@chef.io> | 2021-02-12 14:58:24 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-12 14:58:24 -0800 |
commit | 200b8e74c5eefe56b1a943c22b79af276c146afb (patch) | |
tree | aae7c535b1aa91b476f7582fd6e63b0b7d00d89d /spec | |
parent | 8aa08bb1c88cb855e69edcb665888e6e8c9ee57d (diff) | |
parent | 3ca53d4c6d412a6cc11892357867889e0f5ac89b (diff) | |
download | chef-200b8e74c5eefe56b1a943c22b79af276c146afb.tar.gz |
Merge pull request #11031 from ramereth/issue-10764
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'spec')
-rw-r--r-- | spec/unit/provider/mount/mount_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/unit/provider/mount/mount_spec.rb b/spec/unit/provider/mount/mount_spec.rb index 9a7d9198b5..015e0038c8 100644 --- a/spec/unit/provider/mount/mount_spec.rb +++ b/spec/unit/provider/mount/mount_spec.rb @@ -66,6 +66,7 @@ describe Chef::Provider::Mount::Mount do describe "when dealing with network mounts" do { "nfs" => "nfsserver:/vol/path", + "cephfs" => "cephserver:6789:/", "cifs" => "//cifsserver/share" }.each do |type, fs_spec| it "should detect network fs_spec (#{type})" do @new_resource.device fs_spec |