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
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