Issue #21088 has been updated by Alexandre De Dommelin. Status changed from Unreviewed to Needs Decision Assignee set to Alexandre De Dommelin
Puppet Triage-A-Thon (cf. Trello board) -> Need a decision to define the correct behaviour : in case of non determinable domain name, what should be the output of fqdn ? Only the hostname if available ? ---------------------------------------- Bug #21088: fqdn Fact returns nil when hostname or domain are nil https://projects.puppetlabs.com/issues/21088#change-94539 * Author: Nick Walker * Status: Needs Decision * Priority: Normal * Assignee: Alexandre De Dommelin * Category: * Target version: * Keywords: * Branch: * Affected Facter version: 1.7.1 ---------------------------------------- In the case where domain is nil the fqdn is then nil. This causes a number of modules that use fqdn to break. When fqdn is nil I also cannot run puppet agent -t as I get the following error Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Must provide non empty value. on node master Warning: Not using cache on failed catalog Error: Could not retrieve catalog; skipping run I see that the domain fact attempts to use the results of hostname -f if it works on that OS. I wonder why fqdn doesn't use hostname -f as well. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
