Chef on windows

Anyone has any experience of using chef on Windows Machine?
How to do things like change of registry, start/stop Windows service etc ?

Huy Le
Tecnología ING DIRECT
Administrador de sistema
Tel: +34 91 206 76 85

Por favor, no imprima este correo si no es necesario.


Attention:
The information contained in this message and or attachments is intended
only for the person or entity to which it is addressed and may contain
confidential and/or privileged material. Any review, retransmission,
dissemination or other use of, or taking of any action in reliance upon,
this information by persons or entities other than the intended recipient
is prohibited. If you received this in error, please contact the sender and
delete the material from any system and destroy any copies.

On Thu, Dec 23, 2010 at 4:44 AM, le.huy@ingdirect.es wrote:

Anyone has any experience of using chef on Windows Machine?
How to do things like change of registry, start/stop Windows service etc ?

I ran through the Windows install directions a couple months ago and
they were good. [1]

All of the basic resources I used like execute, cookbook_file,
template, service and remote_file worked. I have an Active Directory
cookbook on the the cookbook site [2] that should provide an example
of this. There isn't a registry resource, but you could still
manipulate it through the execute resource.

Bryan

[1] http://wiki.opscode.com/display/chef/Installation+on+Windows
[2] http://cookbooks.opscode.com/cookbooks/ad

On 23 Dec 2010 15:43, "Bryan McLellan" btm@loftninjas.org wrote:

All of the basic resources I used like execute, cookbook_file,
template, service and remote_file worked.

That's brilliant to hear - ISTR reading something recently that /didn't/
mention working Templates on Windows (in an otherwise comprehensive looking
list) which really didn't sound great for me. Any "interesting" gotchas?

Jonathan