provisioners/cfengine: fix typo
This commit is contained in:
parent
72030d2180
commit
427d49402d
|
@ -6,7 +6,7 @@ module VagrantPlugins
|
||||||
class Provisioner < Vagrant.plugin("2", :provisioner)
|
class Provisioner < Vagrant.plugin("2", :provisioner)
|
||||||
def provision
|
def provision
|
||||||
if @machine.config.vm.communicator == :winrm
|
if @machine.config.vm.communicator == :winrm
|
||||||
raise Vagrant::Errors::ProvisionerWinRMUnsupported,a
|
raise Vagrant::Errors::ProvisionerWinRMUnsupported,
|
||||||
name: "cfengine"
|
name: "cfengine"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue