What is difference between
class {'::XYZ': } and class{'XYZ': }
The 2nd question I have is
# cat foo.pp
if ! defined(Class['XYZ']) { ...}
#
If I have a module 'XYZ' in the modulepath but not in in foo.pp , does the defined(Class['XYZ']) return true or false?
Thanks
↧