Skip to content

Commit

Permalink
Fix: Enable private network interface on first boot (RancherOS)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Broer committed Feb 11, 2016
1 parent 6d4ae42 commit fe0c752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vultr.go
Original file line number Diff line number Diff line change
Expand Up @@ -484,10 +484,10 @@ ssh_authorized_keys:
- {{.SSHkey}}{{if not .CustomScript}}{{if .PrivateNet}}
write_files:
- path: /opt/rancher/bin/start.sh
permissions: 0700
permissions: "0755"
content: |
#!/bin/bash
sudo netconf
sudo system-docker restart network
rm -- "$0"
rancher:
network:
Expand Down

0 comments on commit fe0c752

Please sign in to comment.