Merge "Run fix-configs-on-startup by nailgun-agent" into stable/8.0

This commit is contained in:
Jenkins 2016-11-21 17:03:14 +00:00 committed by Gerrit Code Review
commit e95d6ee982
1 changed files with 1 additions and 1 deletions

2
agent
View File

@ -118,7 +118,7 @@ class McollectiveConfig
@logger.info "Identity in mcollective server.cfg has not been found. Setting to '#{new_id}'"
File.open(@configfile, "w") { |f| f.write(config) }
end
puts `service mcollective restart`
puts `/usr/bin/fix-configs-on-startup`
end
end
end