Update 'rkt' files

Update YAML file and setup script in 'rkt' directory with more
changes to address issues found in testing. This environment is
still not fully functional.
This commit is contained in:
Scott Lowe 2015-05-21 09:10:37 -06:00
parent 04296b0fe1
commit b3697c709f
2 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
---
- name: rocket-01
- name: rkt-01
box: slowe/ubuntu-trusty-x64
ram: 512
vcpu: 1

View file

@ -18,10 +18,10 @@ sudo usermod -G rkt -a vagrant
# Set up directories for rkt
sudo mkdir -p /var/lib/rkt
sudo chown -R root:rkt /var/lib/rkt
sudo chown -R rkt:rkt /var/lib/rkt
sudo chmod -R 0775 /var/lib/rkt
sudo chmod g+s /var/lib/rkt
sudo chmod -R g+s /var/lib/rkt
sudo mkdir -p /etc/rkt
sudo chown -R root:rkt /etc/rkt
sudo chown -R rkt:rkt /etc/rkt
sudo chmod -R 0775 /etc/rkt
sudo chmod g+s /etc/rkt
sudo chmod -R g+s /etc/rkt