On Fri, Oct 12, 2012 at 5:52 AM, Zane Williamson
<zane.william...@gmail.com> wrote:
> Hi All,
>
> I am using puppet-labs/mysql forge module, but the MySQL package we use is
> the MySQL-server-community packages.
>
> Basically I am need to update a paratmeter
>
>       $pidfile               = '/var/lib/mysql/${fqdn}.pid'
>

Does putting the string under double quotes work?
$pidfile               =  "/var/lib/mysql/${fqdn}.pid"

-- 
---
Thanks
Saurabh Bathe
+91 9422785635

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to