Issue #4145 has been updated by James Turnbull. Target version deleted (0.25.6)
---------------------------------------- Bug #4145: sshkey resource created /etc/ssh/ssh_known_hosts mode 0600 https://projects.puppetlabs.com/issues/4145 Author: Alan Barrett Status: Accepted Priority: Normal Assignee: Category: ssh Target version: Affected Puppet version: 0.25.5 Keywords: Branch: I used an sshkey resource like this: <pre> sshkey { "host.domain.example": ensure => present, type => "ssh-rsa", key => "AAAblahblahblah==", } </pre> and puppet created the /etc/ssh/ssh_known_hosts file with sensible contents, but with mode 0600. This file is supposed to be world readable. Of course I can use a file resource to fix it, but I'd prefer it if puppet created it with a sensible mode. -- 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.
