Skip to content
This repository was archived by the owner on Jun 4, 2020. It is now read-only.

Commit 8608884

Browse files
committed
Rename provisioning folder to vm-provisioning
1 parent f117680 commit 8608884

26 files changed

+3
-3
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
.vagrant
2-
provisioning/variables.yml
2+
vm-provisioning/variables.yml

Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
3535
# Run ansible directly on guest
3636
config.vm.provision :shell,
3737
:keep_color => true,
38-
:inline => "export PYTHONUNBUFFERED=1 && export ANSIBLE_FORCE_COLOR=1 && cd /vagrant/provisioning && ./init.sh"
38+
:inline => "export PYTHONUNBUFFERED=1 && export ANSIBLE_FORCE_COLOR=1 && cd /vagrant/vm-provisioning && ./init.sh"
3939

4040

4141
end
File renamed without changes.
File renamed without changes.

provisioning/variables.yml.dist vm-provisioning/variables.yml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mysql_username: myusername
66
mysql_password: mypassword
77

88
# set seed_database to false if you don't want to seed the database
9-
seed_database: true
9+
seed_database: false
1010
seed_database_file: /vagrant/docs/mydatabasebackup.sql
1111

1212
# Apache vhost

0 commit comments

Comments
 (0)