Issue #1820 has been updated by jamtur01.

Category set to ssh
Status changed from Unreviewed to Accepted
Assigned to set to ctrlaltdel
Target version set to unplanned


----------------------------------------
Feature #1820: ssh_authorized_keys - keeps regenerating file when using 
multiple options
http://projects.reductivelabs.com/issues/show/1820

Author: incase
Status: Accepted
Priority: Low
Assigned to: ctrlaltdel
Category: ssh
Target version: unplanned
Complexity: Unknown
Affected version: 0.24.5
Keywords: 


Oh well, this isn't exactly true if you use the syntax you should use (passing 
an array to options), but if you use a single string listing all options you 
want (comma separated like ssh wants them), puppet doesn't complain, but keeps 
regenerating the options on every run. 
What's more, the message it displays when doing so seems to indicate that the 
original file was syntactically wrong:

notice: 
//Node[a-proxy0.f.q.d.n]/baseclasses/nagios-client/Ssh_authorized_key[nagios_by_ssh_srv-mon0]/options:
 options changed 
'from="srv-mon0"command="/bin/true"command="/bin/false"command="/bin/echo"' to 
'from="srv-mon0",command="/bin/true",command="/bin/false",command="/bin/echo"'

As you can see, the options shown as the original version simply has no 
separating commas (which it actually had of course).

There seems to be some formatting missing in the notice output IMHO.


----------------------------------------
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://reductivelabs.com/redmine/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