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