Displaying 2 results from an estimated 2 matches for "cfg_dir".
Did you mean:
cf_dir
2007 Oct 21
1
template context question
...t would have to also account for facter-based
variables, but recent testing on something I thought was pretty neat
turned out to cause puppetmaster to segfault in an apparent attempt to
evaluate the template on the server side. The template section I was
using was:
%# This section generates a cfg_dir directive for each directory
%# found within /etc/nagios/client (if any).
<% require ''pathname'' %>
<% p = Pathname.new("/etc/nagios/client") %>
<% if File.directory?(p) then %>
# Include any per-client directories specified in the site definition.
<%...
2008 Aug 19
6
Recursive pxelinux.0 and pxelinux.cfg directories.
...ux.0 and point it at a different pxelinux.cfg directory?
Currently I can have pxelinux.0 call another pxelinux.0, but the second pxelinux.0 defaults to the default tftpserver root for pxelinux.cfg
Below is what I am shooting for
Maybe something like
kernel RHEL-Install/pxelinux.0 -cfg_dir RHEL-Install/pxelinux.cfg
/tftpboot/pxelinux.0
/tftpboot/pxelinux.cfg/default
/tftpboot/menu.msg-------------------? /tftpboot/RHEL-Install/pxelinux.0
--------------------------------------------? /tftpboot/RHEL-Install/pxelinux.cfg/default