diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-05-25 19:46:48 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-05-25 19:46:48 +0530 | 
| commit | bf1bd4d7836a5333824be7bff4928120ddf0ea73 (patch) | |
| tree | 4010636ba1d6a4b48f3ca9fd8bb0e27f65f4c36c /debian/Vagrantfile | |
| parent | ee0a5d881c896ccbd05ec16b5d7e3f12774c6844 (diff) | |
update
Diffstat (limited to 'debian/Vagrantfile')
| -rw-r--r-- | debian/Vagrantfile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/debian/Vagrantfile b/debian/Vagrantfile index a4260f6..9ca4ce1 100644 --- a/debian/Vagrantfile +++ b/debian/Vagrantfile @@ -27,5 +27,5 @@ Vagrant.configure('2') do |config|    config.vm.provision 'file', source: '~/.ssh/id_rsa.pub', destination: '.ssh/id_rsa.pub'    config.vm.provision 'shell', path: '../scripts/provision-root.sh' -  config.vm.provision 'shell', path: '../scripts/provision-user.sh', privileged: false +  config.vm.provision 'shell', path: '../scripts/provision-user.sh', privileged: false, env: { 'CONFIG': 'v' }  end | 
