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 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 +}