Re: [Puppet Users] Override resource in nested class structure

2011-07-01 Thread vagn scott
Here's one way. It's ugly, but it works. -- vagn #! /usr/bin/puppet apply # Hello everybody # # I have a set of nested classes and the deepest class looks after a # file resource. I want all my nodes to be of the parent class type # except one of them needs a special copy of the same file re

[Puppet Users] Override resource in nested class structure

2011-07-01 Thread Chris de Villiers
Hello everybody I have a set of nested classes and the deepest class looks after a file resource. I want all my nodes to be of the parent class type except one of them needs a special copy of the same file resource. How do I override the file resource for that specific node without copying the en