From 8cc3c8a1fc6e1923b10ad2cea7bd615cd39f77d0 Mon Sep 17 00:00:00 2001 From: luke Date: Mon, 2 Oct 2006 16:04:25 +0000 Subject: adding a note about single-quoting node names git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1710 980ebf18-57e1-0310-9a29-db15c13687c0 --- documentation/documentation/structures.page | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit