source: branches/1.0/sara_cmt/templates/examples/simple_hostnames.cmt @ 14192

Last change on this file since 14192 was 14192, checked in by sil, 12 years ago

Replaced references to 'CMTSARA' and 'SARA CMT' with just 'CMT'.

File size: 537 bytes
Line 
1# This file is automagicly generated by CMT
2#
3#               SARA
4# Date        : Fri 6 Jul 2012
5# Version     : {{ version }}
6# Generated   : {% now "r" %}
7#
8# Description : This is an simple file containing hostnames of all machines in rack 31
9#
10# SVN:
11#       {{ svn_id }}
12#       {{ svn_url }}
13#
14{% load cmt_client %}
15
16{% use hardwareunit with 'rack=31' as machines %}
17
18{% store '/tmp/hostnames_example.txt' %}
19
20{% noblanklines %}
21{% for machine in machines %}
22{{ machine.label }}
23{% endfor %}
24{% endnoblanklines %}
25
26{% endstore %}
Note: See TracBrowser for help on using the repository browser.