vagrant-local-example.yml 211 字节
Newer Older
1 2 3 4 5 6 7 8 9 10
---
synced_folder:
  - folder:
    local: /Users/pivotal/workspace/gpdb
    shared: /home/vagrant/gpdb # don't change
    type: rsync # can change to nfs
    rsync__exclude: .git
    rsync__args:
      - -a
...