Displaying 1 result from an estimated 1 matches for "dhcpd_server_role".
2012 Jun 21
3
Question about best practices for custom facts in puppet
...ng to accomplish.
Here''s our setup. We want to have a module that installs a DHCP on a given
subset of machines(but in the future we may even have more ''roles'' for
other services), and our first attempt was to have a variable set in this
module to the effect of "dhcpd_server_role=true".
We found that the variable wasn''t available as a fact like our top level
variables, and I assume this is because its out of scope.
I guess my question is, is there an easier way to set a custom variable
accessible only to clients that use a specific module or is the cust...