This commit is contained in:
Mitchell Hashimoto 2010-07-26 08:57:09 -07:00
parent 3848a2dd52
commit 5b2a231456
1 changed files with 0 additions and 5 deletions

View File

@ -39,10 +39,5 @@ Vagrant::Config.run do |config|
config.nfs.map_uid = :auto
config.nfs.map_gid = :auto
# TODO fix these
# config.vm.sync_opts = "-terse -group -owner -batch -silent"
# config.vm.sync_script = "/tmp/sync"
# config.vm.sync_crontab_entry_file = "/tmp/crontab-entry"
config.package.name = 'package.box'
end