Skip to content

Commit

Permalink
make default sec group description slightly more useful
Browse files Browse the repository at this point in the history
  • Loading branch information
ches committed Aug 25, 2008
1 parent 693b864 commit 360d182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/capsize/capsize.rb
Expand Up @@ -55,7 +55,7 @@ def get(symbol=nil)
when :group_description
# the :group_description should fall back to the application name if not provided.
if fetch(:group_description, nil).nil?
set symbol, fetch(:application)
set symbol, "Security group for the #{fetch(:application)} application."
end
end

Expand Down
2 changes: 1 addition & 1 deletion lib/capsize/configuration.rb
Expand Up @@ -22,7 +22,7 @@

# defaults for new security groups
set :group_name, nil
set :group_description, "Default security group for the application."
set :group_description, nil

set :ip_protocol, 'tcp'
set :from_port, nil
Expand Down

0 comments on commit 360d182

Please sign in to comment.