Create a class called sg_node::disabled that inherits sg_node and
overrides all of it's resources to "undo" them.  This usually means
setting 'ensure =>absent' (or 'undef' if applicable) for most
resources.  For execs, I usually set 'unless => true.'

Be sure to include the class on the nodes you want to clean up (e.g.
vm1).

On Jul 7, 3:13 pm, Haitao Jiang <jianghai...@gmail.com> wrote:
> I am new to Puppet, here is a question that I hope to get some help
> from the group:
>
> - assume I have 2 nodes, vm1 and vm2;
>
> - assume that I defined a class of node say, sg_node, that includes
> components such as Apache and Postgres DB etc.
>
> - in the nodes.pp file, we have
>   node vm1 {
>         include sg_node
>   }
>
> Now, I want to let vm2 to be the sg_node, which is easy. But how to
> clean up vm1 so that it doesn't have the components that sg_node
> installed?
>
> Thanks  a lot!

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to