Fix whitespace issues with puppet server
This commit is contained in:
parent
3849355ef6
commit
8daf81686d
|
@ -1,6 +1,5 @@
|
||||||
module Vagrant
|
module Vagrant
|
||||||
module Provisioners
|
module Provisioners
|
||||||
|
|
||||||
class PuppetServerError < Vagrant::Errors::VagrantError
|
class PuppetServerError < Vagrant::Errors::VagrantError
|
||||||
error_namespace("vagrant.provisioners.puppet_server")
|
error_namespace("vagrant.provisioners.puppet_server")
|
||||||
end
|
end
|
||||||
|
@ -20,7 +19,6 @@ module Vagrant
|
||||||
end
|
end
|
||||||
|
|
||||||
class PuppetServer < Base
|
class PuppetServer < Base
|
||||||
|
|
||||||
def provision!
|
def provision!
|
||||||
verify_binary("puppetd")
|
verify_binary("puppetd")
|
||||||
run_puppetd_client
|
run_puppetd_client
|
||||||
|
|
Loading…
Reference in New Issue