Displaying 1 result from an estimated 1 matches for "garnix".
2011 Jul 07
13
What is the best practice to clean up installed components on a node?
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