Albert, Is it possible that your application can manage the line it needs to manage in a separate file to php.ini? If so you can use a combination of concat's source and content attributes to manage this.
If for example, your application can manage a file containing just the one line in /etc/config/file.part you can concatenate this with Puppet data using something like; concat { '/etc/config/file': ensure => present, } concat::fragment { 'config_puppet': content => template('mymodule/config.erb'), target => '/etc/config/file', } concat::fragment { 'app_config': source => '/etc/config/file.part', target => '/etc/config/file', } This depends on your ability to define which file the application places it’s config in, but it’s another way of doing it that doesn’t involve writing facts. Regards Craig -- Enviatics | Automation and Configuration Management Puppet Labs Service Delivery Partner & Certified Consultant http://www.enviatics.com | @Enviatics | cr...@enviatics.com > On 13 Jan 2016, at 22:21, Hunter Haugen <hun...@puppetlabs.com> wrote: > > Does the application have an "include" syntax that would allow you do have > one file that is one line that the application manages, and the file that > puppet manages includes it where appropriate? > > Or a stupid workaround would be to have a fact that is that one line, and a > puppet template that adds the line. So puppet would manage the whole file but > the line would not be affected by a puppet run. > > > > -Hunter > > On Wed, Jan 13, 2016 at 12:25 PM, Albert Shih <albert.s...@obspm.fr > <mailto:albert.s...@obspm.fr>> wrote: > Hi everybody. > > I want to manage through puppet a config file for a php web application. > > But I just want manage all of it's content except one line, because this > line is manage by the application himself. > > I can't change the application behavior. > > I don't think I can manage through augeas because this file is not in any > « standard » format. > > I prefer not to manage it through file_line because this config file is > large. > > What kind of solution do I have ? > > Regards. > > JAS > -- > Albert SHIH > DIO bâtiment 15 > Observatoire de Paris > 5 Place Jules Janssen > 92195 Meudon Cedex > France > Téléphone : +33 1 45 07 76 26 <tel:%2B33%201%2045%2007%2076%2026>/+33 6 86 69 > 95 71 <tel:%2B33%206%2086%2069%2095%2071> > xmpp: j...@obspm.fr <mailto:j...@obspm.fr> > Heure local/Local time: > mer 13 jan 2016 21:17:48 CET > > -- > 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 > <mailto:puppet-users%2bunsubscr...@googlegroups.com>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/20160113202546.GB83097%40pcjas.obspm.fr > > <https://groups.google.com/d/msgid/puppet-users/20160113202546.GB83097%40pcjas.obspm.fr>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. > > > -- > 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 > <mailto:puppet-users+unsubscr...@googlegroups.com>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/CAJaQvGBx527Ji8AAGf8Ldx9dnPNzX1fEEOUW6nx5%2Bxnr9e5-ig%40mail.gmail.com > > <https://groups.google.com/d/msgid/puppet-users/CAJaQvGBx527Ji8AAGf8Ldx9dnPNzX1fEEOUW6nx5%2Bxnr9e5-ig%40mail.gmail.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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/421609D7-1F5C-4173-9263-BB36A372D636%40craigdunn.org. For more options, visit https://groups.google.com/d/optout.