That's one combination I hadn't tried but it works! Thanks, Kent
On Tue, May 6, 2014 at 4:52 AM, <[email protected]> wrote: > On Wednesday, April 30, 2014 11:21:47 PM UTC+2, kbrede wrote: > > But when using the augeas type with the following: >> changes => 'set \$database_password "\"test\""', >> >> The file entry looks like: >> $database_password = \"test\"; >> > > Try this (pay attention to what is a single quote and what is a double!): > > changes => 'set \$database_password \'"test"\'', > > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/f1b5d685-0549-4660-b098-25af0b52441a%40googlegroups.com<https://groups.google.com/d/msgid/puppet-users/f1b5d685-0549-4660-b098-25af0b52441a%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Kent Brede -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CA%2BnSE38iQnzNOMQ7CaYW%3D7YMxo%2B8dzYjDWvJp7Bp5ktvy%3DO6aA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
