Skip to content

Commit

Permalink
OS2DISP-154: Removed bindfs
Browse files Browse the repository at this point in the history
  • Loading branch information
tuj committed Feb 18, 2019
1 parent 7f46986 commit 6720cb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# os2display/vagrant Changelog

## 6.0.1

* Removed bindfs.

## 6.0.0

* Changed to ansible vagrant provisioning.
Expand Down
2 changes: 0 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
sed -i '$ a 127.0.1.1 screen.os2display.vm admin.os2display.vm search.os2display.vm middleware.os2display.vm' /etc/hosts
SHELL

config.bindfs.bind_folder '/vagrant', '/vagrant'

# What to install
config.vm.provision :ansible do |ansible|
ansible.playbook = "playbook.yml"
Expand Down

0 comments on commit 6720cb2

Please sign in to comment.