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 > [email protected]<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]<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.
