Displaying 1 result from an estimated 1 matches for "lan_subnet_ip".
2007 Dec 06
1
order, managing one file and refreshonly
...sitories
configured. I know there are "before" and "require" directives - but
how to use them on whole modules? And that''s not always good think -
to hardcode order into modules... Any ideas?
- second are variables. For each network I define a lot of them. Ie.:
$lan_subnet_ip, or $lan_subnet_range etc. I use them in modules ie.
to generate dhpcd.conf file. But I can use them only after I defined
them - ie. I cannot use those variables in puppet module, because
puppet gives me "Could not find value for ''variable''" error. I''m
d...