Switch to host naming
Servers concept will encompass custom cmd and labels. Host is just the IP address.
This commit is contained in:
@@ -17,8 +17,9 @@ class Mrsk::Configuration
|
||||
ensure_required_keys_present
|
||||
end
|
||||
|
||||
def servers
|
||||
ENV["SERVERS"] || config.servers
|
||||
def hosts
|
||||
ENV["HOSTS"] || config.servers
|
||||
end
|
||||
end
|
||||
|
||||
def version
|
||||
|
||||
Reference in New Issue
Block a user