On Tue, Apr 2, 2013 at 5:53 PM, Amos Shapira <[email protected]> wrote:

> Hello,
>
> Has anyone here had experience using Puppet (2.7 for now) to install
> Microsoft Visual Studio 2010 (or even 2012, for that matter) on Windows
> Server 2008?
>
> So far I didn't find anything on the web, the forge or Github.
>
> Thanks.
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/puppet-users?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>


I'd recommend looking at Rich's chocolatey-puppet package provider:
https://github.com/rismoney/puppet-chocolatey, so you can do things like:

    package { 'notepadplusplus':
      ensure          => latest,
      provider        => 'chocolatey',
   }

As far as Visual Studio, there is a 2012 version here:
http://chocolatey.org/packages?q=Studio.

Alternatively, you can create your own chocolatey packages and feeds. More
info here: https://github.com/chocolatey/chocolatey/wiki

Josh

-- 
Josh Cooper
Developer, Puppet Labs

*Join us at PuppetConf 2013, August 22-23 in San Francisco - *
http://bit.ly/pupconf13

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to