summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/documentation/structures.page7
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/documentation/structures.page b/documentation/documentation/structures.page
index 8b3ba8cbd..6ee99607f 100644
--- a/documentation/documentation/structures.page
+++ b/documentation/documentation/structures.page
@@ -316,6 +316,13 @@ Nodes can also inherit from other nodes, so it's easy to apply defaults:
include webserver
}
+You can specify fully-qualified node names, but you have to single-quote the
+names:
+
+ node 'host.domain.com' {
+ ...
+ }
+
# Conditionals
Puppet currently supports two types of conditionals: in-statement and around