Skip to content

Instantly share code, notes, and snippets.

@heytrav
Created May 20, 2015 10:24
Show Gist options
  • Save heytrav/6ae2f96fda07576d731b to your computer and use it in GitHub Desktop.
Save heytrav/6ae2f96fda07576d731b to your computer and use it in GitHub Desktop.
#cloud-config
coreos:
units:
- name: coreos-cloudinit-vagrant-mkdir.service
command: start
runtime: yes
content: |
[Service]
Type=oneshot
ExecStart=/bin/mkdir -p /var/lib/coreos-vagrant
- name: coreos-cloudinit-vagrant-user.path
command: start
runtime: yes
content: |
[Path]
PathExists=/var/lib/coreos-vagrant/vagrantfile-user-data
Unit=user-cloudinit@var-lib-coreos\x2dvagrant-vagrantfile\x2duser\x2ddata.service
oem:
id: vagrant
name: Vagrant
version-id: 0.0.1-r12
home-url: http://www.vagrantup.com/
bug-report-url: https://github.com/coreos/coreos-overlay
ssh_authorized_keys:
- ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA6NF8iallvQVp22WDkTkyrtvp9eWW6A8YVr+kz4TjGYe7gHzIw+niNltGEFHzD8+v1I2YJ6oXevct1YeS0o9HZyN1Q9qgCgzUFtdOKLv6IedplqoPkcmF0aYet2PkEDo3MlTBckFXPITAMzF8dJSIFo9D8HfdOV0IAdx4O7PtixWKn5y2hMNG0zQPyUecp4pzC6kivAIhyfHilFR61RGL+GPXQ2MWZWFYbAGjyiYJnAmCP3NOTd0jMZEnDkbUvxhMmBYSdETk1rRgm+R4LOzFUGaHqHDLKLX+FIPKcF96hrucXzcWyLbIbEgE98OHlnVYCzRdK8jlqm8tehUc9c9WhQ== vagrant insecure public key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment