# File lib/chef/provider/mount/mount.rb, line 167 def device_should_exist? @new_resource.device !~ /:/ && @new_resource.device !~ /\/\// && @new_resource.device != "tmpfs" end