Re: [Puppet Users] Need more information

2012-09-18 Thread Luke Bigum
Consider the following test.pp: biguml@biguml-laptop:~$ cat test.pp $duck = "quack!" class dog { $sound = "woof" $duck = "woof" notify { "local dog sound": message => $sound } notify { "local duck sound": message => $duck } notify { "t

[Puppet Users] Need more information

2012-09-17 Thread Balasubramaniam Natarajan
On this particular link http://docs.puppetlabs.com/learning/variables.html#variables I am a bit confused about the following two statement. Could someone explain to me as to what is this about, with a simple example ? Every variable has a short local name and a long fully-qualified name. Fully q