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

This commit is contained in:
Jenkins 2016-12-20 14:35:31 +00:00 committed by Gerrit Code Review
commit 3c23b6307d
1 changed files with 1 additions and 1 deletions

2
agent
View File

@ -127,7 +127,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