Skip to content
Snippets Groups Projects
Commit 27bc837f authored by Michiel de Jong's avatar Michiel de Jong
Browse files
parent c92a39ea
No related branches found
No related tags found
No related merge requests found
#!/bin/bash -eux #!/bin/bash -eux
# Install cloud-config # Install cloud-config
mv /tmp/vagrantfile-user-data /var/lib/coreos-vagrant/vagrantfile-user-data if [ -f /tmp/vagrantfile-user-data ]; then
mv /tmp/vagrantfile-user-data /var/lib/coreos-vagrant/vagrantfile-user-data
fi
# Install unit-files # Install unit-files
cp /data/infrastructure/unit-files/* /etc/systemd/system cp /data/infrastructure/unit-files/* /etc/systemd/system
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment