I am testing a puppet master upgrade from puppet 0.24.6 to 2.6.4. Setting $noop=true in site.pp no longer seem to have any effect on forcing noop mode. Any suggestions? -- 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.
Stefan Schulte
2011-Feb-28 18:22 UTC
Re: [Puppet Users] setting $noop=true in site.pp broken
On Mon, Feb 28, 2011 at 08:10:50AM -0800, Kal McFate wrote:> I am testing a puppet master upgrade from puppet 0.24.6 to 2.6.4. > Setting $noop=true in site.pp no longer seem to have any effect on > forcing noop mode. > > Any suggestions?You can put noop = true in your client''s puppet.conf. You can then overwrite it if you want with --no-noop on the commandline. -Stefan
Unfortunately I was using this as a dynamic way to put a host in
''report only'' mode based on a puppet fact.
i.e. if $reportonly { $noop = "true" }
Removing the fact check now shows the variable no longer makes any
difference. Making even report only hosts ''live''
Direct system interaction is not desired.
--Kal
On Feb 28, 12:22 pm, Stefan Schulte <stefan.schu...@taunusstein.net>
wrote:> On Mon, Feb 28, 2011 at 08:10:50AM -0800, Kal McFate wrote:
> > I am testing a puppet master upgrade from puppet 0.24.6 to 2.6.4.
> > Setting $noop=true in site.pp no longer seem to have any effect on
> > forcing noop mode.
>
> > Any suggestions?
>
> You can put noop = true in your client''s puppet.conf. You can then
> overwrite it if you want with --no-noop on the commandline.
>
> -Stefan
>
> application_pgp-signature_part
> < 1KViewDownload
--
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.
I''ve filed this as a bug as setting $noop doesn''t seem to work anywhere anymore. http://projects.puppetlabs.com/issues/6526 -- 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.