>> I think that add assertions would be a good idea. They could check
>> True/False conditions, if variables are defined or not, if objects are
>> defined... Is there any proposal about this?
>
> I think the problem with such things is that they are dependent on the
> order puppet evaluates the catalogue in, which is undefined. See
>
> http://docs.puppetlabs.com/references/stable/function.html#defined
>
> which does what you propose wrt. resources. An assert would be
>
> if !defined(Resource[...]) { fail "message" }
> but should not be used due to the order limitation.

Well, I suppose that the assert function that I propose is just
"syntax sugar", since it can be always expressed as an 'if' sentence.
But it could be useful to check the parameters needed in a module, for instance.

--
Atentamente
Héctor Rivas

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to