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. For more options, visit https://groups.google.com/d/optout.
