Hello There,

I'm trying to write a module to update certain vulnerable packages in 
Debian Systems.
My idea is to update them only and only if they are *installed*. Is there 
any exec command or any other tricks that you may know to do that?

So far, I've got the basics: :$

        package { '$package_update':
                name            => $package_update,
                ensure          => latest,
        }

Can anyone throw me an idea? I will really appreciate it!

Cheers,
Ximena.

-- 
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/d31b5644-478e-4d83-8606-6086479da507%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to