Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deployment/config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
end
4 changes: 2 additions & 2 deletions infrastructure/templates/target.template
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -301,4 +301,4 @@
"Description" : "URL for newly created Sample App"
}
}
}
}