Issue #2849 has been updated by James Turnbull.

Status changed from Ready for Testing to Code Insufficient

>From the -dev list - this code isn't quite working yet.
----------------------------------------
Bug #2849: puppet change sshkey alias every run if it is blank
http://projects.reductivelabs.com/issues/2849

Author: Lluis Gili
Status: Code Insufficient
Priority: Normal
Assigned to: Jesse Wolfe
Category: reports
Target version: 0.25.2
Affected version: 0.25.1
Keywords: 
Branch: http://github.com/jes5199/puppet/tree/ticket/0.25.x/2849


<pre>
node default {
  sshkey {
    "test":
      target=>"/tmp/sshkey",
      ensure=>present,
      alias => "",
      key=>$sshrsakey,
      type=>rsa;
  }
}
</pre>

this code makes puppet report a change on alias value every run:
<pre>
ll...@debian:~$ puppet test.pp
notice: //Node[default]/Sshkey[test]/alias: alias changed '' to ''
ll...@debian:~$ puppet -V
0.25.1
</pre>


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