#867: Got an uncaught exception of type SystemStackError: stack level too deep
Error
--------------------------+-------------------------------------------------
Reporter: barnaclebob | Owner: luke
Type: defect | Status: closed
Priority: normal | Milestone: misspiggy
Component: transactions | Version: 0.24.1
Severity: normal | Resolution: fixed
Keywords: | Stage: Accepted
Patch: None | Complexity: Medium
--------------------------+-------------------------------------------------
Comment (by ezralini):
I believe that notify implies require and causes a dependency cycle. You
can change
{{{
rFile{"/etc/exports": require=>Service["nfs"],notify=>Service["nfs"]}
}}}
to
{{{
rFile{"/etc/exports": notify=>Service["nfs"]}
}}}
--
Ticket URL: <http://reductivelabs.com/trac/puppet/ticket/867#comment:8>
puppet <http://reductivelabs.com>
Puppet - Portable System Automation
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---