From 572630bc3f19ce315aadb8a201e90986acf650e9 Mon Sep 17 00:00:00 2001 From: Justin Alan Ryan Date: Wed, 11 Mar 2015 17:13:57 -0700 Subject: [PATCH] begin genericizing this so that editing config won't show up in git changes. --- README.md | 2 +- site.rb => site_example.rb | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename site.rb => site_example.rb (100%) diff --git a/README.md b/README.md index 754fefe..c603791 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Suitcase ============= _Suitcase_ is for building OS images using [Packer](http://www.packer.io/) -_NOTE: You must alter site.rb to be applicable for your AWS environment_ +_NOTE: You must copy site_example.rb to site.rb and customize it to be applicable for your AWS environment_ Building --------- diff --git a/site.rb b/site_example.rb similarity index 100% rename from site.rb rename to site_example.rb