Displaying 1 result from an estimated 1 matches for "safe_fqdn".
2007 Oct 29
0
ENC a simple example
...e node level.
--start--
---
classes:
parameters:
puppetserver: puppet.example.com
--end--
The way I''m handling node level defines is by defining custom classes at the
node level.
For example my ''network'' module (which handles interfaces etc)
defines a class called
${safe_fqdn}_interfaces
${safe_fqdn} is the fqdn with illegal chars stripped out to ''_'' since puppet
doesn''t let me define classes with ''.,-'' and so on.
interfaces.pp defines the ${safe_fqdn}_interfaces class and contains the
custom defines that setup interface al...