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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to