Hi,

Well depending on what you're trying to do exactly there are some ways to get 
around it.

But this comes back to the essence of puppet, it is not just a deployment tool 
but it is used to describe and assert the configuration state you want on your 
node. A file that is volatile to wanted change on the node maybe better handled 
at the package level so you deploy a known state then the node makes changes 
after that.

In this case you can still describe the file in the manifest but not the 
contents of the file (just that it's present and has these perm values and so 
on).

Other options really depend on the files in question, like they might allow 
local include files that can have the volatile changes.

Cheers,
Den

On 20/04/2011, at 7:34, rowan holmes <rwn.h...@gmail.com> wrote:

> hi everybody,
> 
> In the server side we define a template for a configuration file. Our
> client pulls configuration file from the server without knowing any
> template is used or not, it just takes the catalog and puts the
> changes to the file. However, if a client wants to add an extra value
> to its configuration file that does not exist in the template, does
> puppet allow that?
> 
> In other words, puppet forces a configuration file to a bunch of nodes
> but a node in this bunch wants to add an extra value by itself, it
> wont take that value from the server.
> 
> thanks so much
> 
> -- 
> 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.
> 

-- 
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