On Mon, Apr 9, 2012 at 4:45 PM, Shantanu <knowshant...@gmail.com> wrote:
> > I am using stdlib module's validate_re function to validate parameters > passed to a parameterized class as pasted here: > http://pastebin.com/7eYAeLEa > . > > The validation works fine however when I run this manifest locally > using 'puppet apply' command where puppet execution stops if a > validation test fails. However when I use it in client-server model > then I do see a validation match failure error but rest of the puppet > manifest application (file creation) proceeds fine instead of > failing. > validate_re will abort the catalog compilation process entirely. Are you sure your puppet agent is not falling back to using a previously cached copy of the catalog? If you use puppet agent --test it will disable the "use cache on failure" feature of Puppet. -Jeff -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@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.