[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r133: Clarify procedure for adding a node in a few places.

Jeff Licquia licquia at linuxfoundation.org
Thu Feb 9 20:33:04 UTC 2012


------------------------------------------------------------
revno: 133
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Thu 2012-02-09 15:33:04 -0500
message:
  Clarify procedure for adding a node in a few places.
modified:
  README
-------------- next part --------------
=== modified file 'README'
--- a/README	2012-01-29 00:09:20 +0000
+++ b/README	2012-02-09 20:33:04 +0000
@@ -46,13 +46,16 @@
 
  - In puppet-lsb, create a node configuration file in manifest/nodes.
    You can use one of the other node configuration files as a model.
-   It can be blank between the initial braces of the "node" line, like
-   this:
+   Or, if you prefer, something like this is the minimum configuration
+   required for a node:
 
-   node 'my.host.name' {}
+   node 'my.host.name' { include puppet }
 
    The filename can be descriptive, but the actual node name in the
-   file must resolve to the IP address of the node.
+   file must correspond to the FQDN Puppet expects on the node.  You
+   can find this hostname via this command:
+
+   facter | grep fqdn
 
  - Once the node file is in place, use version control to add the new
    file, commit it, and push it.



More information about the lsb-messages mailing list