aboutsummaryrefslogtreecommitdiffstats
path: root/config-application-package/src/test/resources/app-with-invalid-files-in-subdir/hosts.xml
blob: 64a076440383db73a2f4c04401343ea49f7dc2a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<hosts xmlns:deploy="vespa" xmlns:preprocess="properties">
    <preprocess:properties>
        <node1.hostname>foo.yahoo.com</node1.hostname>
        <node1.hostname deploy:environment="dev">bar.yahoo.com</node1.hostname>
    </preprocess:properties>
    <host name="${node1.hostname}">
        <alias>node1</alias>
    </host>
</hosts>