From db1d70628206d80354d2f95cf3eeb799b7104a5a Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file docs/source/guides/admin-guides/references/man5/xcatstanzafile.5.rst --- .../references/man5/xcatstanzafile.5.rst | 74 +++++++++---------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/docs/source/guides/admin-guides/references/man5/xcatstanzafile.5.rst b/docs/source/guides/admin-guides/references/man5/xcatstanzafile.5.rst index b8cb9d33e..7618912c9 100644 --- a/docs/source/guides/admin-guides/references/man5/xcatstanzafile.5.rst +++ b/docs/source/guides/admin-guides/references/man5/xcatstanzafile.5.rst @@ -23,75 +23,75 @@ A stanza file contains information that can be used to create xCAT data object d \* - + An object stanza header consists of the object name followed by a colon, (":"). - + \* - + Attribute lines must take the form of Attribute=Value. - + \* - + Attribute name might include the character dot ("."), like passwd.HMC and nicips.eth0. - + \* - + Only one stanza can exist for each object name. - + \* - + All stanzas except for default stanzas must have a value set for "objtype". - + \* - + Comments beginning with the "#" pound sign may be added to the file. A comment must be on a separate line. - + \* - + When parsing the file, tab characters and spaces are ignored. - + \* - + Each line of the file can have no more than one header or attribute definition. - + \* - + If the header name is "default-:" the attribute values in the stanza are considered default values for subsequent definitions in the file that are the same object type. - + \* - + Default stanzas can be specified multiple times and at any point in a stanza file. The values apply to all definitions following the default stanzas in a file. The default values are cumulative; a default attribute value will remain set until it is explicitly unset or changed. - + \* - + To turn off a default value, use another default stanza to set the attribute to have no value using a blank space. - + \* - + When a specific value for an attribute is provided in the stanza, it takes priority over any default value that had been set. - + The format of a stanza file should look similar to the following. @@ -103,13 +103,13 @@ The format of a stanza file should look similar to the following. attr=val attr=val . . . - + : objtype= attr=val attr=val . . . - + : objtype= attr=val @@ -125,47 +125,47 @@ EXAMPLES 1) - + Sample stanza file: - - + + .. code-block:: perl - + mysite: objtype=site rsh=/bin/rsh rcp=/bin/rcp installdir=/xcatinstall domain=ppd.pok.ibm.com - + MSnet01: objtype=network gateway=1.2.3.4 netmask=255.255.255.0 nameserver=5.6.7.8 - + default-node: next_osimage=aix61 network=MSnet01 groups=all,compute - + node01: objtype=node MAC=A2E26002C003 xcatmaster=MS02.ppd.pok.com nfsserver=IS227.ppd.pok.com - + node02: objtype=node MAC=A2E26002B004 xcatmaster=MS01.ppd.pok.com nfsserver=IS127.ppd.pok.com - + grp01: objtype=group members=node1,node2,node3 - - + +