commit | b4b8059b2173488004d20e21f19a4805ca057358 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Tue Oct 06 16:28:32 2015 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Tue Oct 06 16:40:56 2015 +0200 |
tree | d1f66ffee82ed866b702dfd6be3e43590f15cf2d |
Initial commit
diff --git a/metadata/service/master/single.yml b/metadata/service/master/single.yml new file mode 100644 index 0000000..58f437e --- /dev/null +++ b/metadata/service/master/single.yml
@@ -0,0 +1,13 @@ +applications: +- salt +- git +- openssh +parameters: + _param: + salt_master_base_environment: dev + salt: + master: + enabled: true + command_timeout: 5 + worker_threads: 2 + base_environment: ${_param:salt_master_base_environment} \ No newline at end of file