Hi,
I'm going to use Puppet to replace a long manual process which involves 
lots of steps mostly like installing packages, copying configuration files, 
and also doing many string replacements with sed and line additions inside 
those configuration files. All on CentOS.

I was wondering whether trying to fit those config files editing operations 
into augeas and/or file_line resources is a good idea, or maybe it would be 
wiser to just collect them in a bash script and exec the script through 
puppet, as I do not have to deal with different operating systems and such.

What is the best practice in such situations?
It is also important to note that most - maybe all - of these operations 
have to be performed only once, after provisioning the machine.

Thank you for any suggestions.
Marco

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/9726a03c-c616-45b3-99b9-837017648ef5%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to