diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-10-02 16:04:25 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-10-02 16:04:25 +0000 |
commit | 8cc3c8a1fc6e1923b10ad2cea7bd615cd39f77d0 (patch) | |
tree | 48e5dd9eee911ce9058977c34868f6477f702700 | |
parent | 5da80dbbfe93d542834bd4672f1af8ebd337877b (diff) | |
download | puppet-8cc3c8a1fc6e1923b10ad2cea7bd615cd39f77d0.tar.gz puppet-8cc3c8a1fc6e1923b10ad2cea7bd615cd39f77d0.tar.xz puppet-8cc3c8a1fc6e1923b10ad2cea7bd615cd39f77d0.zip |
adding a note about single-quoting node names
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1710 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r-- | documentation/documentation/structures.page | 7 |
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 |