R&D/클라우드

google cloud compute 에서 VM 생성시

sunshout 2015. 11. 9. 01:28

#!/bin/bash

apt-get update

apt-get install -y salt-minion

echo "master: 10.1.2.3" > /etc/salt/minion

update-rc.d salt-minion defaults