Hi; After applying this pp i get this error. *file {''/tmp/test1'':* * ensure => present,* * content => "Hi.",* * }* * * * file {''/tmp/test2'':* * ensure => directory,* * mode => 0644,* * }* * * * file {''/tmp/test3'':* * ensure => link,* * target => ''/tmp/test1'',* * }* * * * notify {"I''m notifying you.":} # Whitespace is fungible, remember.* * notify {"So am I!":}* *warning: Could not retrieve fact fqdn* Any one know why? Regards -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
jcbollinger
2013-Mar-25 14:50 UTC
[Puppet Users] Re: warning: Could not retrieve fact fqdn
On Friday, March 22, 2013 9:20:23 PM UTC-5, Frank Maniaci wrote:> > Hi; > > After applying this pp i get this error. > *file {''/tmp/test1'':* > * ensure => present,* > * content => "Hi.",* > * }* > * > * > * file {''/tmp/test2'':* > * ensure => directory,* > * mode => 0644,* > * }* > * > * > * file {''/tmp/test3'':* > * ensure => link,* > * target => ''/tmp/test1'',* > * }* > * > * > * notify {"I''m notifying you.":} # Whitespace is fungible, remember.* > * notify {"So am I!":}* > > *warning: Could not retrieve fact fqdn* > > Any one know why? > >Such a message has nothing to do with the manifest you presented. It probably means that either the ''hostname'' command or the ''dnsdomainname'' command is returning an unexpected result -- possibly one or both is returning an unqualified name. How to fix it depends on what the problem actually is. John -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
Maybe Matching Threads
- Puppet without FQDN (could not retrieve fact fqdn)
- fqdn hostname fails after reboot
- Reg. setting Domain name on Cento 5 pc
- Host name look up failure- unable to generate certificate in agent and transfer that to master for signature.
- cert issues, puppet agent applying configs, problems oh my!