7 8 9 10 11 12 13 14
# File 'lib/subspace/commands/configure.rb', line 7 def run Subspace.config.hosts.each do |host| update_host_configuration(host) end Subspace.config.groups.each do |group| update_group_configuration(group) end end