Issue #1408 has been updated by luke. Status changed from Accepted to Ready for Checkin Assigned to changed from luke to jamtur01
Fixed in the tickets/0.24.x/1408 branch in my repo. ---------------------------------------- Bug #1408: puppet --loadclasses --classfile broken in 0.24.5RC1 http://reductivelabs.com/redmine/issues/show/1408 Author: whaymand Status: Ready for Checkin Priority: Normal Assigned to: jamtur01 Category: executables Target version: 0.24.5 Keywords: Complexity: Easy Patch: None Affected version: 0.24.5 Confirmed works in dbd9b40c6537c261f01976238ef9ccfd6a6d6d08 (5 June 2008). Broken in 9eb9affe11b4dbe69c7cd55aff28f39dffde27e8 (9 July 2008) (both from jamtur's 0.24.x git repo). <pre> <1> [EMAIL PROTECTED] (0 jobs) /var/tmp/mcc % sudo puppet -v --noop --loadclasses /var/tmp/mcc/testmanifest.pp --no-factsync --no-pluginsync --no-report --factpath /var/tmp/mcc --classfile /var/tmp/mcc/classes.txt --autoflush --color false --ignorecache --ignoreschedules --statedir /var/tmp/mcc --statefile /var/tmp/mcc/state.yaml --no-usecacheonfailure --localconfig /var/tmp/mcc/localconfig </pre> With 0.24.5RC1 we don't get anything executed, only (with -d added): <pre> debug: importing '/etc/puppet/manifests/site.pp' debug: importing '/etc/puppet/manifests/classes/clientscripts.pp' debug: importing '/etc/puppet/manifests/nodes/engpsr0142.node' debug: importing '/etc/puppet/manifests/nodes/1dummy.node' debug: importing '/etc/puppet/manifests/nodes/1dummy.cluster' debug: importing '/etc/puppet/manifests/nodes/engclu02.cluster' debug: importing '/etc/puppet/modules/vcs/manifests/init.pp' debug: importing '/etc/puppet/manifests/nodes/engclu01.cluster' debug: importing '/etc/puppet/modules/vcs/manifests/init.pp' debug: Adding code to main on line 21 in file /var/tmp/mcc/testmanifest.pp debug: Creating default schedules debug: Finishing transaction 23456268871420 with 0 changes </pre> Previous we get all the notices, etc from the manifest (this is part of my compilation-testing system). ---------------------------------------- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://reductivelabs.com/redmine/my/account --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
