[Puppet Users] Re: Create many similar files from an array in a module manifest

2010-12-13 Thread PowerPaul86
I use the following in a class: /etc/puppet/manifests/classes/impuls_test.pp: $line = 'test' $tomcatInstances = [ "tc6_a", "tc6_b", "tc6_c", "tc6_d", "tc6_e", "tc6_f", "tc6_g", "tc6_h", "tc6_i", "tc6_j" ] tc6conf { $tomcatInstances: } } and then the following definition: /etc/puppet/manifests/cl

[Puppet Users] Re: Factor and/or Puppet fails to recognize SLES

2010-08-20 Thread PowerPaul86
Do you really want/need to use rug with puppet instead of zypper or smart? On Aug 5, 3:05 pm, "M.F.Haris" wrote: > hi, > i tried to install packages with RUG with puppet 0.24.5 on SLES 11 but it is > giving following error; > *Failed to retrieve current state of resource: Provider rug is not > fu