Hi
> I want to deploy a customized /etc/multipath.conf file for all our
> server. Any idea I can do this with puppet? The file should be
> editable (to mask some wwid etc...). I could try it with file
> { replace => false} but, if the rpm is allready installed it will not
> get initialized.
if you can place the file before installing the rpm, you could ensure
with a relationship that the file is placed before the rpm is
installed. if the rpm is installed: how can you or actually puppet
decide wether this file haven't yet been edited?
cheers pete
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---