Issue #9491 has been updated by Matthaus Litteken. Target version changed from 2.7.13 to 2.7.14
---------------------------------------- Bug #9491: --genconfig creating invalid configuration https://projects.puppetlabs.com/issues/9491#change-60527 Author: Chris Blumentritt Status: Merged - Pending Release Priority: Urgent Assignee: Patrick Carlisle Category: executables Target version: 2.7.14 Affected Puppet version: 2.7.3 Keywords: genconfig factdest Branch: https://github.com/puppetlabs/puppet/pull/536 Puppet 2.7.3 using passenger <pre> (/File[/var/lib/puppet/facts]) Not removing directory; use 'force' to override (/File[/var/lib/puppet/facts]) Not removing directory; use 'force' to override (/File[/var/lib/puppet/facts]/ensure) change from directory to file failed: Could not set 'file on ensure: Is a directory - /var/lib/puppet/facts </pre> Commenting out <pre> factdest = /var/lib/puppet/facts/ in /etc/puppet/puppet.conf </pre> or <pre> factsource = puppet://puppet/facts/ </pre> or both allows the puppet master to start. -- 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 post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
