1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Make 'roles' a normal server property

This commit is contained in:
Lee Hambley 2013-05-28 11:20:13 +02:00
parent 162e3aa41d
commit 76da34fe45

View file

@ -16,7 +16,7 @@ module Capistrano
end
def roles
@roles ||= Set.new
properties.roles ||= Set.new
end
end
end