Issue #12223 has been reported by Rene van der Linden.

----------------------------------------
Bug #12223: Puppet 2.7.10 ssh_authorized_key keeps looping when array of 
options are set
https://projects.puppetlabs.com/issues/12223

Author: Rene van der Linden
Status: Unreviewed
Priority: Normal
Assignee: 
Category: 
Target version: 
Affected Puppet version: 2.7.10
Keywords: ssh_authorized_key array loop options
Branch: 


I just upgraded a client with puppet 2.7.9 to 2.7.10 and now the 
authorized_keys started to loop 

notice: /Stage[main]/Authorizedkey::UserX/ 
Authorizedkey::Manage[userx_dss_domainx_test]/ 
Ssh_authorized_key[userx_dss_domainx_test]/options: options changed 
'no-port-forwarding,no-agent-forwarding,no-X11-forwarding' to 'no-port- 
forwarding,no-agent-forwarding,no-X11-forwarding' 

It says it changed .ssh/authorized_keys, but when I compare the 
current authorized_keys in the user's homedir with the one in the 
filebucket, they are identical. The only difference is the date/ 
timestamp 

diff 
< # HEADER: This file was autogenerated at Fri Jan 27 16:10:31 +0100 2012 
- 
> # HEADER: This file was autogenerated at Fri Jan 27 16:12:58 +0100 2012 

It only loops on authorized keys with options, which are configured as 
an array like this 

options => [ 
  'no-port-forwarding', 
  'no-agent-forwarding', 
  'no-X11-forwarding', 
]


-- 
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.

Reply via email to