On Wednesday, March 2, 2011 at 4:43 PM, msacks wrote:
Hello,
> I am testing Puppet and I would like to use it without having to add a
> DNS entry. Is there a way around this, or am I required to rely on
> DNS?

You can run Puppet like this:

puppet master --certname=$(cat/etc/puppet/certname)
puppet agent --certname=$(cat/etc/puppet/certname)

to use the contents of an arbitrary file as the SSL certificate name instead of 
the fqdn fact. 

-- 
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