terraform/examples/aws-asg/userdata.sh

4 lines
75 B
Bash
Raw Normal View History

2015-06-08 01:28:46 +02:00
#!/bin/bash -v
apt-get update -y
apt-get install -y nginx > /tmp/nginx.log