mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-28 10:52:16 +00:00
Make sure foreman always provisions on up.
This commit is contained in:
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@@ -76,6 +76,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
|||||||
config.vm.provision 'foreman',
|
config.vm.provision 'foreman',
|
||||||
type: 'shell',
|
type: 'shell',
|
||||||
path: 'config/vagrant/foreman_setup.sh',
|
path: 'config/vagrant/foreman_setup.sh',
|
||||||
|
run: 'always',
|
||||||
args: [
|
args: [
|
||||||
settings['virtualenv']['envname'],
|
settings['virtualenv']['envname'],
|
||||||
settings['django']['settings_module'],
|
settings['django']['settings_module'],
|
||||||
|
|||||||
Reference in New Issue
Block a user