On Tue, Oct 21, 2008 at 2:06 PM, TomTom <[EMAIL PROTECTED]> wrote:
>  The folks that replied to the message said to use the replace
> parameter. i.e.
>
> file { "/my/file":
>    source  => "/path/in/nfs/or/something",
>    replace => false,
> }
>
>  I would need to replace it initially at installation time, but then
> stop "replacement" afterward.
>
>  Does anyone have a suggestion on implementing this?

You need to have two classes for your dev systems.  The first gets
applied once, at build time, say "developer-defaults".  Once the
system is laid down, just remove that class from the workstation -
that way, moving forward, it will no longer attempt to manage those
files.

This also gives you the benefit of being able to go back to defaults
on a workstation just by changing the classes applied to the node.

Regards,
Adam

-- 
HJK Solutions - We Launch Startups - http://www.hjksolutions.com
Adam Jacob, Senior Partner
T: (206) 508-4759 E: [EMAIL PROTECTED]

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to