Prior to this commit, the check used to look for the config option `name` in a provisioner config would accidentally create a "DummyConfig" based on how vagrant handles missing config options. This commit fixes that by instead using the `respond_to?` method to check for the existance of the config option name.