Change interpolation order to get salt:master:command_timeout: 600

Move class system.salt.master.api after system.salt.master.pkg

The parameter salt:master:command_timeout is responsible for the
timeout waiting responces from minions. With small timeouts,
there is possible getting "Minion did not return. [No response]"
when actual states are executed fine.

system.salt.master.pkg set salt:master:command_timeout to 10
system.salt.master.api set salt:master:command_timeout to 600

Change-Id: I82651b388b416262a78c90f0ef746b0b557be7ca
41 files changed