commit | 10e4d6c9ceadb1015d48e727ee53789bd6436148 | [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 | d0b8d8f034bf9f9e8392abd5d0a35a0652f61eba |
Initial commit
diff --git a/metadata/service/client/init.yml b/metadata/service/client/init.yml new file mode 100644 index 0000000..08881b5 --- /dev/null +++ b/metadata/service/client/init.yml
@@ -0,0 +1,12 @@ +applications: +- ntp +parameters: + _param: + ntp_strata_host1: ntp.cesnet.cz + ntp_strata_host2: ntp.nic.cz + ntp: + client: + enabled: true + strata: + - ${_param:ntp_strata_host1} + - ${_param:ntp_strata_host2} \ No newline at end of file