summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>2006-10-06 16:12:10 +0000
committerajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>2006-10-06 16:12:10 +0000
commitd532ea8acc0d3755082c13a4bee05debe95297c2 (patch)
tree48c401d578981db129694cd5d783a414843f044e /documentation
parentaddfe16f8c81598915911edcb56ad560992d9032 (diff)
downloadpuppet-d532ea8acc0d3755082c13a4bee05debe95297c2.tar.gz
puppet-d532ea8acc0d3755082c13a4bee05debe95297c2.tar.xz
puppet-d532ea8acc0d3755082c13a4bee05debe95297c2.zip
Documentation edit
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1742 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'documentation')
-rw-r--r--documentation/documentation/tags.page3
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/documentation/tags.page b/documentation/documentation/tags.page
index b0c0879ad..25c0af5be 100644
--- a/documentation/documentation/tags.page
+++ b/documentation/documentation/tags.page
@@ -21,7 +21,6 @@ Tags can be used in configuration files to create a permanent context for the ho
tags = global,westside,newnet
### Specifying Tags on the Command Line
- (configref.html#tags)
You can also specify tags on the command-line. This may be more useful if your configuration cycle occurs in multiple phases.
@@ -53,7 +52,7 @@ any object. In the example below, we're tagging this file object, "/etc/httpd",
### Automatic Tagging
-All language statements enclosed in a `node` `define` or `class` structure (read more about puppet control structures [here](structures.html)) will automatically be tagged with the name of that statement. These automatically-applied tags will be inherited by any object enclosed in that class, regardless of the depth of enclosure.
+All language statements enclosed in a `node`, `define` or `class` structure (read more about puppet control structures [here](structures.html)) will automatically be tagged with the name of that statement. These automatically-applied tags will be inherited by any object enclosed in that class, regardless of the depth of enclosure.
Let's take a look at the configuration we looked at above, with a slight change: