On 22/01/17 07:59, Arun Kumar wrote:
Hi Guys,
I am very new to Puppet and installed 3.8. I tried creating template
using array type variable but I got output as string.
My sample code as below:
init.pp
---
$servers = ['facter', 'hiera', 'mco', 'puppet', 'puppetserver'],
config.pp
Hi Guys,
I am very new to Puppet and installed 3.8. I tried creating template using
array type variable but I got output as string.
My sample code as below:
init.pp
---
$servers = ['facter', 'hiera', 'mco', 'puppet', 'puppetserver'],
config.pp
--
$servers = "$::apa