On Thu, Jun 22, 2017 at 9:03 AM, jmp242 <[email protected]> wrote: > I want to make sure Firefox isn't automatically updating itself on our > Windows computers. In most instances, if I have a service set to stopped, > not having it installed should equal the same thing. How could I express > either is OK in Puppet? > > service { 'FirefoxUpdateService': > name => 'mozillamaintenance', > ensure => stopped, > } > > is throwing an error on my systems that don't seem to have that > service.... What's the right solution here? > > Thanks, > > -- > 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 [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/puppet-users/c6e6ac99-3918-44cb-a8a2-328239db86e8%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/c6e6ac99-3918-44cb-a8a2-328239db86e8%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. >
Sounds like you're running into https://tickets.puppetlabs.com/browse/PUP-6822. I recommend voting for the ticket and adding yourself as a watcher. Josh -- Josh Cooper | Software Engineer [email protected] | @coopjn -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CA%2Bu97un53BPFkdKw9CWRHAEv40s7zacuS7S-r87n6zdbGoCuug%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
