Issue #6693 has been updated by James Turnbull. Status changed from Accepted to Ready For Testing Affected Puppet version set to 2.7.0rc3 Branch set to https://github.com/jamtur01/puppet/tree/tickets/master/6693
Example branch that's a little further along now. Now getting: <pre> C:/Ruby187/lib/ruby/site_ruby/1.8/puppet/util/posix.rb:23:in `send' C:/Ruby187/lib/ruby/site_ruby/1.8/puppet/util/posix.rb:23:in `get_posix_field' C:/Ruby187/lib/ruby/site_ruby/1.8/puppet/util/posix.rb:103:in `gid' C:/Ruby187/lib/ruby/site_ruby/1.8/puppet/type/file/group.rb:54:in `insync?' C:/Ruby187/lib/ruby/site_ruby/1.8/puppet/type/file/group.rb:50:in `each' C:/Ruby187/lib/ruby/site_ruby/1.8/puppet/type/file/group.rb:50:in `insync?' C:/Ruby187/lib/ruby/site_ruby/1.8/puppet/property.rb:162:in `safe_insync?' C:/Ruby187/lib/ruby/site_ruby/1.8/puppet/transaction/resource_harness.rb:61:in `perform_changes' C:/Ruby187/lib/ruby/site_ruby/1.8/puppet/transaction/resource_harness.rb:60:in `each' C:/Ruby187/lib/ruby/site_ruby/1.8/puppet/transaction/resource_harness.rb:60:in `perform_changes' C:/Ruby187/lib/ruby/site_ruby/1.8/puppet/transaction/resource_harness.rb:133:in `evaluate' C:/Ruby187/lib/ruby/site_ruby/1.8/puppet/transaction.rb:49:in `apply' C:/Ruby187/lib/ruby/site_ruby/1.8/puppet/transaction.rb:84:in `eval_resource' C:/Ruby187/lib/ruby/site_ruby/1.8/puppet/transaction.rb:107:in `evaluate' C:/Ruby187/lib/ruby/site_ruby/1.8/puppet/util.rb:430:in `thinmark' C:/Ruby187/lib/ruby/1.8/benchmark.rb:308:in `realtime' C:/Ruby187/lib/ruby/site_ruby/1.8/puppet/util.rb:429:in `thinmark' C:/Ruby187/lib/ruby/site_ruby/1.8/puppet/transaction.rb:107:in `evaluate' C:/Ruby187/lib/ruby/site_ruby/1.8/puppet/transaction.rb:307:in `traverse' C:/Ruby187/lib/ruby/site_ruby/1.8/puppet/transaction.rb:103:in `evaluate' C:/Ruby187/lib/ruby/site_ruby/1.8/puppet/resource/catalog.rb:141:in `apply' C:/Ruby187/lib/ruby/site_ruby/1.8/puppet/util/settings.rb:632:in `use' C:/Ruby187/lib/ruby/1.8/sync.rb:230:in `synchronize' C:/Ruby187/lib/ruby/site_ruby/1.8/puppet/util/settings.rb:615:in `use' C:/Ruby187/lib/ruby/site_ruby/1.8/puppet/application/master.rb:217:in `setup' C:/Ruby187/lib/ruby/site_ruby/1.8/puppet/application.rb:305:in `run' C:/Ruby187/lib/ruby/site_ruby/1.8/puppet/application.rb:411:in `hook' C:/Ruby187/lib/ruby/site_ruby/1.8/puppet/application.rb:305:in `run' C:/Ruby187/lib/ruby/site_ruby/1.8/puppet/application.rb:402:in `exit_on_fail' C:/Ruby187/lib/ruby/site_ruby/1.8/puppet/application.rb:305:in `run' C:/Ruby187/lib/ruby/site_ruby/1.8/puppet/util/command_line.rb:62:in `execute' C:/Ruby187/bin/puppet:4 ←[1;35merr: /File[C:/Windows/puppet/var/log]: Could not evaluate: undefined method `gid' for nil:NilClass←[0m </pre> Which I suspect is because some things are still hard-coded for Posix. ---------------------------------------- Bug #6693: Windows Error message: Could not create resources for managing Puppet's files and directories in sections [:main, :agent, :ssl]: Could not find a default provider for user https://projects.puppetlabs.com/issues/6693 Author: T.J. Yang Status: Ready For Testing Priority: Normal Assignee: Category: windows Target version: Affected Puppet version: 2.7.0rc3 Keywords: Windows 2003 64bit, Windows 2008, Puppet Branch: https://github.com/jamtur01/puppet/tree/tickets/master/6693 Please see Test Case 1 and 2 for detail steps at [puppet windows support wiki page][1] to reproduce this error. [1]:http://projects.puppetlabs.com/projects/puppet/wiki/Puppet_Windows -- 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://projects.puppetlabs.com/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.
