On Fri, Oct 12, 2012 at 5:52 AM, Zane Williamson
<[email protected]> 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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.