Provisioning action

This commit is contained in:
Mitchell Hashimoto 2010-02-15 15:07:27 -08:00 committed by John Bender
parent a67dd3cb6f
commit cf0615ac9b
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
module Vagrant
module Actions
class Provision < Base
def after_boot
def execute!
chown_provisioning_folder
setup_json
setup_solo_config
@ -53,4 +54,4 @@ solo
end
end
end
end
end