From 9256b32b0c748be83f0ee786c4daa09cc216b631 Mon Sep 17 00:00:00 2001 From: EC2 Default User Date: Sun, 11 Aug 2013 17:59:33 +0000 Subject: [PATCH 1/2] controler --- deployment/config/deploy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/config/deploy.rb b/deployment/config/deploy.rb index 5f9873a..8f4772e 100644 --- a/deployment/config/deploy.rb +++ b/deployment/config/deploy.rb @@ -62,8 +62,8 @@ run "sudo service httpd stop" end - desc "Restart Application" + desc "Restart the Application" task :restart, :roles => :app do run "sudo service httpd restart" end -end \ No newline at end of file +end From c88829fe04c96d337b1733207f4dce30e6f29038 Mon Sep 17 00:00:00 2001 From: EC2 Default User Date: Sun, 11 Aug 2013 18:02:28 +0000 Subject: [PATCH 2/2] modified template --- infrastructure/templates/target.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/templates/target.template b/infrastructure/templates/target.template index 3320b74..45ba2d5 100644 --- a/infrastructure/templates/target.template +++ b/infrastructure/templates/target.template @@ -6,7 +6,7 @@ "Parameters" : { "KeyName" : { - "Description" : "Name of an existing EC2 KeyPair to enable SSH access to the instances", + "Description" : "The name of an existing EC2 KeyPair to enable SSH access to the instances", "Type" : "String", "Default" : "ditc", "MinLength": "1", @@ -301,4 +301,4 @@ "Description" : "URL for newly created Sample App" } } -} \ No newline at end of file +}