mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
Build: Set vagrant group for gradle install in vagrant (#23514)
We previously removed setting the vagrant group because sles-12 and opensuse-13 did not have this group. Now that those images have the group, we can go back to setting both user and group to vagrant.
This commit is contained in:
parent
9488985775
commit
2666ecd76f
1 changed files with 1 additions and 2 deletions
3
Vagrantfile
vendored
3
Vagrantfile
vendored
|
@ -270,8 +270,7 @@ def provision(config,
|
||||||
rm -rf /tmp/gradle.zip
|
rm -rf /tmp/gradle.zip
|
||||||
ln -s /opt/gradle-3.3/bin/gradle /usr/bin/gradle
|
ln -s /opt/gradle-3.3/bin/gradle /usr/bin/gradle
|
||||||
# make nfs mounted gradle home dir writeable
|
# make nfs mounted gradle home dir writeable
|
||||||
# TODO: also chgrp to vagrant once sles and opensuse have vagrant group...
|
chown vagrant:vagrant /home/vagrant/.gradle
|
||||||
chown vagrant /home/vagrant/.gradle
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue