Merge pull request #146 from basecamp/tell-me-more
Deploys mention the service and version
This commit is contained in:
@@ -46,6 +46,11 @@ class Mrsk::Configuration
|
||||
end
|
||||
|
||||
|
||||
def abbreviated_version
|
||||
Mrsk::Utils.abbreviate_version(version)
|
||||
end
|
||||
|
||||
|
||||
def roles
|
||||
@roles ||= role_names.collect { |role_name| Role.new(role_name, config: self) }
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user