[Puppet Users] Facter Variable inside of variable string

2012-10-12 Thread Zane Williamson
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' Where I can put the FQDN into the pidfile variable as suggested above.

Re: [Puppet Users] Facter Variable inside of variable string

2012-10-12 Thread Johan De Wit
On 10/12/2012 02:22 AM, Zane Williamson 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' Where I can put the

Re: [Puppet Users] Facter Variable inside of variable string

2012-10-12 Thread Garrett Honeycutt
On 10/12/12 12:38 PM, Johan De Wit wrote: On 10/12/2012 02:22 AM, Zane Williamson 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 =

Re: [Puppet Users] Facter Variable inside of variable string

2012-10-12 Thread Saurabh Bathe
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 =