Issue #4263 has been updated by martin krafft.
% Done changed from 0 to 100
Here it is:
<pre>
ssh_authorized_key{ "[email protected]":
ensure => "present",
type => "ssh-rsa",
key =>
"AAAAB3NzaC1yc2EAAAADAQABAAACAQDAptldEfx3gFLRGyRTGHBwWWTuIpj+slEl2t2qNk5Y0kHoacOczQByb
NPyx5VUosXu7asRh0FexwDVRkqsd735AEl/IkSqJj179QAZwghS8mhmy5quX7J32a687rsQU/j0A5tmbeJ0iJFXwym0QePuTseZEQFGMdYW9rMtmpIDn8qAHKTEabLEgIj7wCfXBb7AOp4toDoH2FsrxSoiqlFs0MxRh1iKPAIaCRK1eMk+i1+p+K3CpeMhVXL1JES7etV7/twHzUW4p+i8yyMh5zMqdb7+X531D7RQA8/elxKYztRSa+OMuqzTdtLvOBHqkJwu8vgadxMpSHl31xR3BTdGIak/Z3AdwkFJKK0UIHULJrZsIqk3dLTMetXNEQVOfHnXhr/saHsBdnDiHvTIrlvOE6Z8MAbc9S+FUWpLon6fwjld+P0ofMOGdLNEJ02X0VMU3O4eTtyIIJJmgL+GyRTNxVwa1yPyuohZeobx9Hg32zGPUyY/PikySsNYEYCw7/hX+CLzl9oyaBNPnY2Mui7LK2L+rJS/zbztDR09arB9jRdKIvT3nVpOtdFe0iDIm3w9aQCS7HQX3kt6yJc+bCnNqVOGXR/RIJ1QcdW4/BZjQaqo0Q9AXi1X2Ajgdq4eiOcqXFNaKJPuSfW93IhxdL6QifCeH5+BhoGuDxP+Iwr8oQ==",
options =>
"no-agent-forwarding,no-port-forwarding,no-pty,no-user-rc,no-X11-forwarding",
user => "root"
}
</pre>
The issue is especially annoying since every time the file is rewritten, the
date in the header changes, yielding a new checksum and hence a new file
that's written into the filebucket.
Thanks for your time!
----------------------------------------
Bug #4263: ssh_authorized_keys keeps changing options
http://projects.puppetlabs.com/issues/4263
Author: martin krafft
Status: Unreviewed
Priority: Normal
Assigned to:
Category:
Target version:
Affected version: 0.25.4
Keywords:
Branch:
If you look closely, there is no change:
<pre>
puppetd[32320]:
(//backuppc::client/ssh_authorized_key[[email protected]]/options)
options changed
'no-agent-forwarding,no-port-forwarding,no-pty,no-user-rc,no-X11-forwarding' to
'no-agent-forwarding,no-port-forwarding,no-pty,no-user-rc,no-X11-forwarding'
</pre>
So it should not report a change.
--
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.