The error is because you use the name '127.0.0.1' for two different entries. It needs to be unique in any particular 'nodes' array.
One way we commonly fix that is to include the port in the name, so you would have '127.0.0.1:2200' and '127.0.0.1:2201'. This technique is kind of mentioned in the 'Provide an alias to a node' section of https://puppet.com/docs/bolt/latest/inventory_file.html, but could be highlighted better. On Thu, Dec 12, 2019 at 2:42 AM Brent Clark <brentgclarkl...@gmail.com> wrote: > Good day Guys > > I am trialing puppet bolt. > > I have two vagrant instances up and running. Im trying to run bolt against. > > Here in my inventory content. > https://pastebin.com/raw/2aKHbRxH > > The error message I am getting is "Ignoring duplicate node in all" > > I think the problem is that I have two '- name'. Could anyone please > assist and advise me on what I need to change. > > Regards > Brent Clark > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to puppet-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/e929d31b-bf05-e35d-d3d1-5e1c3ea62b52%40gmail.com > . > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CABy1mMKOhRCGf-xL-BRxhfUr1_Z0FQs8BaXPpban_OVibwjwDQ%40mail.gmail.com.