On Mon, Apr 30, 2012 at 3:24 PM, Chris Hirsch wrote:
Are there any patterns or recommendations on uninstalling or downgrading a
puppet module (read as software) on a node?
Are there any patterns or recommendations on uninstalling or downgrading a
puppet module (read as software) on a node?
that I uninstall when I'm done using it on a particular server. I
patterned my class after the puppet 'package' type, adding an ensure
=> present parameter to my class, which I set to absent when I'm done
with it. I'm sure you could use conditionals to do what you need with
ensure => <version>.
--
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.