You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
Hi guys,
I'm trying to find a way how to push LDAP-Data into a Puppet template. My problem is: I want to install a DHCP-Server with the help of a puppet-manifest. All the data for this DHCP-Server is stored in a LDAP-Server. So I also want to put the "dhcpd.conf" together out of all the LDAP-Data and then I want to push this "dhcpd.conf"-file onto the fresh-installed DHCP-Server.
How can I put together the dhcpd.conf file? Has anybody an idea?
Christopher Wood
unread,
Nov 1, 2013, 4:40:14 PM11/1/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
You would be better off using puppet to manage your ldap-backed dhcp server. That way data changes aren't dependent on when your puppet agent run happens.