On Sat, Apr 2, 2011 at 8:14 PM, Dave Augustus
<da...@ingraftedsoftware.com>wrote:

> When I add a web site to a server managed by puppet, I need to update DNS.
> Unfortunately, most of the clients are part of a windows AD domain. These
> web sites are for internal development, testing and qa.
>
> Anyone have suggestions on how I could accomplish this from puppet? That
> is:
>
> In a puppet manifest using an apache module, I add a website.
> Puppet creates the apache configs, etc, etc and now that web site will need
> a DNS entry for clients to use.
>

Another option would be to use foreman, as it can automatically create
dns/dhcp records on windows servers too.

if thats too much, you could:

directly communicate with foreman smart proxy (which actually creates the
entries)
or use nsupdate.


Ohad

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to