Puppet without FQDN (could not retrieve fact fqdn)
2,125 views
Skip to first unread message
msacks
unread,
Mar 2, 2011, 7:43:53 PM3/2/11
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 Users
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?
More specifically, the reason I ask is I am getting the following
error when trying to invoke puppet --mkusers:
# puppet master --mkusers
warning: Could not retrieve fact fqdn
Could not parse for environment production: Could not find file /root/
master.pp
Same goes for:
#sudo -u puppet puppet master --mkusers
warning: Could not retrieve fact fqdn
Could not parse for environment production: Could not find file /root/
master.pp
Thanks,
msacks
Richard Crowley
unread,
Mar 2, 2011, 7:54:00 PM3/2/11
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
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?