Re: [Puppet Users] Re: puppet failing to run

2012-11-17 Thread Jeff McCune
On Fri, Nov 16, 2012 at 10:55 PM, Asif Iqbal wrote: > On Wed, Nov 14, 2012 at 6:18 PM, Jeff McCune wrote: >> >> On Fri, Nov 9, 2012 at 12:11 AM, Asif Iqbal wrote: >> > >> > Here is another simple one >> > >> > # puppet apply --trace --evaltrace -e 'user {"dummy": ensure => >> > present}' >> > >

Re: [Puppet Users] Creating files from array?

2012-11-17 Thread Jakov Sosic
On 11/17/2012 03:51 AM, Steven Nemetz wrote: Change your yaml file to: files: - a - b - c You can write it like this too: files: - a - b ... No need for that specific newline. I don't know if it's correct but it works. Then puppet will read it in as an array. Pass the a

Re: [Puppet Users] Scope object available functions and getting the local scope, or node scope variable values

2012-11-17 Thread Abhijeet R
Can you explain what is it that you intend to do by providing a self-contained example? On Fri 16 Nov 2012 06:00:43 PM IST, Jayapandian Ponraj wrote: Is there a way to get the local scope values of puppet variables via scope.? wat r all the available functions in scope? can anyone provide a wor