aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Templates/hostname-template.vtl
blob: 1e80b6d1c19d74d9c5f4a311afee986706a7f4e5 (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns:junos="http://xml.juniper.net/junos/17.4R1/junos">
   <system xmlns="http://yang.juniper.net/junos-qfx/conf/system">
      <host-name operation="delete" />
      <host-name operation="create">$hostname</host-name>
   </system>
</configuration>