When I puppet with the noop flag resources are being exported to the db. Is this expected or a bug? I would expect it to simulate the transaction with the db... -Andrew -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
On 11-07-13 12:06 PM, Andrew Thompson wrote:> When I puppet with the noop flag resources are being exported to the > db. Is this expected or a bug?Hmm what version of puppet are you using? I''ve just encountered exactly this with puppet 0.25.4. ran puppet with "-t --noop" on a node that has yet never run puppet, and it exported a nagios host. I think it''s a bug. If you open an issue about it, send the URL here and I''ll go vote for it.> I would expect it to simulate the transaction with the db...I would too. It could for example warn if there''s a conflict (redefinition of an exported resource) but it shouldn''t commit resources to database. -- Gabriel Filion -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
On Jul 13, 7:03 pm, Gabriel Filion <lelu...@gmail.com> wrote:> On 11-07-13 12:06 PM, Andrew Thompson wrote: > > > When I puppet with the noop flag resources are being exported to the > > db. Is this expected or a bug? > > Hmm what version of puppet are you using? > > I''ve just encountered exactly this with puppet 0.25.4. ran puppet with > "-t --noop" on a node that has yet never run puppet, and it exported a > nagios host. > > I think it''s a bug. If you open an issue about it, send the URL here and > I''ll go vote for it. >https://projects.puppetlabs.com/issues/8417> > I would expect it to simulate the transaction with the db... > > I would too. It could for example warn if there''s a conflict > (redefinition of an exported resource) but it shouldn''t commit resources > to database. > > -- > Gabriel Filion-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.