On Oct 26, 2010, at 8:51 PM, Kikanny wrote: > Hi. I know that puppet for windows is in its basic stages but I've > been screwing around with it. I can get facter working. However one > error that it spits out is that: "Could not retrieve puppetversion: > Cannot determine basic system flavour." > > When I try to run puppet, I get an error saying "ruby: No such file or > directory -- bin/puppetd (LoadError)"
This sounds to me like a ruby GEMPATH issue. Try to run puppet using the ruby interpreter directly. ruby -I/path/to/dir-with-puppet.rb/ puppet <puppet options> If this works you should set the GEMPATH env variable. > Was wondering if anyone here has succeeded in getting puppet installed > on Windows? I've been following this document: > http://projects.puppetlabs.com/projects/1/wiki/Puppet_Windows. Thanks! I don't know but would like to read about this, too. All the best, Sandor Szücs -- -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@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.