Fix whitespace issues with puppet server

This commit is contained in:
Mitchell Hashimoto 2011-01-06 13:35:08 -08:00
parent 3849355ef6
commit 8daf81686d
1 changed files with 42 additions and 44 deletions

View File

@ -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