I tried several times, it reports an alias change on each run: ll...@debian:~/git/puppet (ticket2849)$ bin/puppet test.pp notice: //Node[default]/Sshkey[test]/ensure: created ll...@debian:~/git/puppet (ticket2849)$ bin/puppet test.pp notice: //Node[default]/Sshkey[test]/alias: alias changed '' to '' ll...@debian:~/git/puppet (ticket2849)$ bin/puppet test.pp notice: //Node[default]/Sshkey[test]/alias: alias changed '' to '' ll...@debian:~/git/puppet (ticket2849)$ cat /tmp/sshkey # HEADER: This file was autogenerated at Wed Dec 02 11:49:23 +0100 2009 # HEADER: by puppet. While it can still be managed manually, it # HEADER: is definitely not recommended. test, ssh-rsa AAAAB3NzaC1...
El dt 01 de 12 de 2009 a les 10:39 -0800, en/na Jesse A Wolfe va escriure: > Did you try running it more than once? It's still possible to get this > message on the first run as there's unfortunately more than one > possible encoding of no-alias. > > ~ Jesse > > On Tue, Dec 1, 2009 at 10:04 AM, lluis <[email protected]> wrote: > I've checkout the patch branch and run again puppet with the > manifest on > the ticket, and is still reporting > > alias changed '' to '' > > I'm missing something? > > > El dl 30 de 11 de 2009 a les 16:57 -0800, en/na Markus Roberts > va > escriure: > > > +1, but isn't: > > > > names = hash[:name].split(",", -1) > > hash[:name] = names.shift > > hash[:alias] = names > > > > just a verbose way of saying: > > > > hash[:name],*hash[:alias] = > hash[:name].split(",", -1) > > > > > > -- Markus > > > > -- > > > > You received this message because you are subscribed to the > Google Groups "Puppet Developers" group. > > To post to this group, send email to > [email protected]. > > To unsubscribe from this group, send email to puppet-dev > [email protected]. > > For more options, visit this group at > http://groups.google.com/group/puppet-dev?hl=en. > > > > > > -- > > You received this message because you are subscribed to the > Google Groups "Puppet Developers" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to puppet-dev > [email protected]. > For more options, visit this group at > http://groups.google.com/group/puppet-dev?hl=en. > > > > > > > -- > > You received this message because you are subscribed to the Google > Groups "Puppet Developers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to puppet-dev > [email protected]. > For more options, visit this group at > http://groups.google.com/group/puppet-dev?hl=en. -- You received this message because you are subscribed to the Google Groups "Puppet Developers" 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-dev?hl=en.
