Skip to content

Commit

Permalink
Update userdata.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
tamagawa-ryuji committed Feb 28, 2013
1 parent db480bb commit 37839e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userdata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
yum -y update python-boto

sed -i "s/FQDN_HERE/<your instance's FQDN here>/" /etc/rc.d/init.d/ec2-mongo-init
sed -i "s/AWS_ACCESS_KEY_HERE/<your AWS access key here>/" /etc/rc.d/init.d/ec2-mongo-init
sed -i "s/AWS_ACCESS_ID_HERE/<your AWS access id here>/" /etc/rc.d/init.d/ec2-mongo-init
sed -i "s/AWS_SECRET_KEY_HERE/<your AWS secret key here>/" /etc/rc.d/init.d/ec2-mongo-init
sed -i "s/#replSet=replicaSetName/<your replica set name>/" /etc/mongod.conf

Expand Down

0 comments on commit 37839e1

Please sign in to comment.