annotate _test/Resources/container1.yaml @ 426:eed50c01e758 ref20150831

Split off the core module, added Dist-Zilla config
author cin
date Tue, 15 May 2018 00:51:01 +0300
parents b0481c071bea
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
422
b0481c071bea IMPL::Config::Container tests, YAMLConfiguration now works and tested
cin
parents:
diff changeset
1 include:
b0481c071bea IMPL::Config::Container tests, YAMLConfiguration now works and tested
cin
parents:
diff changeset
2 - inc/base1.yaml
b0481c071bea IMPL::Config::Container tests, YAMLConfiguration now works and tested
cin
parents:
diff changeset
3 services:
b0481c071bea IMPL::Config::Container tests, YAMLConfiguration now works and tested
cin
parents:
diff changeset
4 - name:
b0481c071bea IMPL::Config::Container tests, YAMLConfiguration now works and tested
cin
parents:
diff changeset
5 - foo
b0481c071bea IMPL::Config::Container tests, YAMLConfiguration now works and tested
cin
parents:
diff changeset
6 - jiz
b0481c071bea IMPL::Config::Container tests, YAMLConfiguration now works and tested
cin
parents:
diff changeset
7 $type: Test::Config::Foo
b0481c071bea IMPL::Config::Container tests, YAMLConfiguration now works and tested
cin
parents:
diff changeset
8 params: simple Foo
b0481c071bea IMPL::Config::Container tests, YAMLConfiguration now works and tested
cin
parents:
diff changeset
9 activation: container
b0481c071bea IMPL::Config::Container tests, YAMLConfiguration now works and tested
cin
parents:
diff changeset
10 - name: bar
b0481c071bea IMPL::Config::Container tests, YAMLConfiguration now works and tested
cin
parents:
diff changeset
11 $type: Test::Config::Bar
b0481c071bea IMPL::Config::Container tests, YAMLConfiguration now works and tested
cin
parents:
diff changeset
12 params:
b0481c071bea IMPL::Config::Container tests, YAMLConfiguration now works and tested
cin
parents:
diff changeset
13 $value: simple Bar
b0481c071bea IMPL::Config::Container tests, YAMLConfiguration now works and tested
cin
parents:
diff changeset
14 activation: context
b0481c071bea IMPL::Config::Container tests, YAMLConfiguration now works and tested
cin
parents:
diff changeset
15 - name: baz
b0481c071bea IMPL::Config::Container tests, YAMLConfiguration now works and tested
cin
parents:
diff changeset
16 $type: Test::Config::Foo
b0481c071bea IMPL::Config::Container tests, YAMLConfiguration now works and tested
cin
parents:
diff changeset
17 params:
b0481c071bea IMPL::Config::Container tests, YAMLConfiguration now works and tested
cin
parents:
diff changeset
18 $value:
b0481c071bea IMPL::Config::Container tests, YAMLConfiguration now works and tested
cin
parents:
diff changeset
19 - $ref: foo
b0481c071bea IMPL::Config::Container tests, YAMLConfiguration now works and tested
cin
parents:
diff changeset
20 - $ref: foo
b0481c071bea IMPL::Config::Container tests, YAMLConfiguration now works and tested
cin
parents:
diff changeset
21 - name: zoo
b0481c071bea IMPL::Config::Container tests, YAMLConfiguration now works and tested
cin
parents:
diff changeset
22 $type: Test::Config::Foo
b0481c071bea IMPL::Config::Container tests, YAMLConfiguration now works and tested
cin
parents:
diff changeset
23 params:
b0481c071bea IMPL::Config::Container tests, YAMLConfiguration now works and tested
cin
parents:
diff changeset
24 - $ref: jiz
b0481c071bea IMPL::Config::Container tests, YAMLConfiguration now works and tested
cin
parents:
diff changeset
25 - $ref: foo