Title: Message Title
Henrik Lindberg commented on an issue
Puppet / Bug PUP-1340
Unrecognised escape sequence '\`' in file (escaped backtick in manifest)
We are developing MySQL recipes to make Puppet create and manage databases.

In order to create a MySQL database the database-name needs to be surrounded by backticks:

    exec { "database-${dbname}":
      command => "/usr/bin/mysql -uroot -p${mysql_password} -e \"create database \`${dbname}\`;\"",
      unless => "/usr/bin/mysql -uroot -p${mysql...


--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to