#1184: Autoloading definitions doesn't work, explicit import is required
----------------------------------+-----------------------------------------
Reporter: shadoi | Owner: community
Type: defect | Status: new
Priority: normal | Milestone:
Component: library | Version: 0.24.4
Severity: normal | Resolution:
Keywords: definition, autoload | Stage: Needs more info
Patch: None | Complexity: Unknown
----------------------------------+-----------------------------------------
Changes (by ctrlaltdel):
* cc: [EMAIL PROTECTED] (added)
Comment:
I can confirm this, it happens in client/server mode when a client changes
his environment.
A small example (C = puppetd, S = puppetmasterd)
{{{
C# puppetd -t --environment development
S# Compiled configuration for XXXX
C# puppetd -t --environment testing
S# Could not find resource type XXX on node XXX
C# puppetd -t --environment testing
S# Compiled configuration for XXXX
C# puppetd -t --environment development
S# Could not find resource type XXX on node XXX
}}}
This bug shows up each time the environment is modified, even by another
client. This can explain the randomness reported by arogge.
--
Ticket URL: <http://reductivelabs.com/trac/puppet/ticket/1184#comment:6>
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
-~----------~----~----~----~------~----~------~--~---