Issue #9797 has been updated by Stefan Schulte. Status changed from Unreviewed to Duplicate
didnt expect there already is ticket. sorry for the duplicate. ---------------------------------------- Bug #9797: ssh_authorized_key does not support whitespace in name anymore https://projects.puppetlabs.com/issues/9797 Author: Stefan Schulte Status: Duplicate Priority: Normal Assignee: Stefan Schulte Category: ssh Target version: Affected Puppet version: 2.7.3 Keywords: Branch: fix for #7114 caused a regression: puppet does not support whitespace in the name anymore, e.g. if you specify <pre> ssh_authorized_key { 'fancy user': ensure => present, type => rsa, key => 'AAAAB3...iopMxe5aWw==', } </pre> you will get the error `Resourcename must not contain whitespace`. I thought that having a character in the name that also works as a delimiter in the `authorized_key` file did never work but in fact the ssh provider can handle whitespace in the name. But as of 2.7.2rc1 (#7114) the type doesn't allow it anymore. -- 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.
