Hi, From initial reading Puppet looks very powerful tool, but I am looking for a solution that support multiple OS including windows. Why can''t I use Puppet for Windows ? (Couldn''t I simply run JRuby?) Thanks in advance for your response! Regards, --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Paul Nasrat
2009-May-28 22:11 UTC
[Puppet Users] Re: Why can''t I use Puppet for Windows ?
> From initial reading Puppet looks very powerful tool, but I am looking > for a solution that support multiple OS including windows. Why can''t I > use Puppet for Windows ? (Couldn''t I simply run JRuby?)It''s feasible just not yet implemented yet. Mostly the providers have not been written yet, along with some porting stuff. Windows handles groups, users, services, packages, etc very differently to *nix so we have to have a base set of types to make sense, then probably other custom windows specific types. There is some work under review to start to introduce support on the dev list. Paul --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
James Turnbull
2009-May-28 22:13 UTC
[Puppet Users] Re: Why can''t I use Puppet for Windows ?
harry wrote:> Hi, > > From initial reading Puppet looks very powerful tool, but I am looking > for a solution that support multiple OS including windows. Why can''t I > use Puppet for Windows ? (Couldn''t I simply run JRuby?)Puppet has to understand how to do things on target platforms, for example how to create a user. Whilst Puppet might run as a daemon currently it doesn''t know how to perform actions like creating a user or group on Windows. However, there is some code in development to support Windows. Assuming all goes smoothly it will be in the next beta release for 0.25.0. You can see the latest code at: http://github.com/finalprefix/puppet/tree/win Regards James Turnbull -- Author of: * Pro Linux Systems Administration (http://www.amazon.com/gp/product/1430219122/) * Pulling Strings with Puppet (http://www.amazon.com/gp/product/1590599780/) * Pro Nagios 2.0 (http://www.amazon.com/gp/product/1590596099/) * Hardening Linux (http://www.amazon.com/gp/product/1590594444/)