On Tue, Aug 25, 2015 at 11:30 AM, Sergiu Cornea < [email protected]> wrote:
> Hello guys, > > I have been asked to use Puppet in order to set-up Windows ARR, however, I > have been searching all over Google but unfortunately, I couldn't find > anything. > For setting up the Web Server itself, you want to look at the windowsfeature[1] module. Once you determine the features you want, you can get the specific names by hopping on a Windows box (2008 and 2012 will have different feature names for the same things, so keep that in mind) and run Get-WindowsFeature. Then you can build what you need to set up the Web server. Here's an example of installing IIS and ASP.NET[2]. Now onto getting ARR installed. You can find redistributables for it at the bottom of this iis.net page[3]. If you go that route, you just need to build a package resource to install it. [1] https://forge.puppetlabs.com/puppet/windowsfeature [2] https://github.com/chocolatey/puppet-chocolatey_server/blob/master/manifests/init.pp#L24-L29 [3] http://www.iis.net/downloads/microsoft/application-request-routing > Could someone please let me know where I can find more information about > this as well as creating a Windows Server Cluster using Puppet? > > Thank you, > > Regards, > Sergiu > > This message and its attachments are private and confidential. If you have > received this message in error, please notify the sender and remove it and > its attachments from your system. > > The University of Westminster is a charity and a company > limited by guarantee. Registration number: 977818 England. > Registered Office: 309 Regent Street, London W1B 2UW. > > -- > 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 view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/cae81bc1-b495-4dfb-bf18-6e76f14afc0c%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/cae81bc1-b495-4dfb-bf18-6e76f14afc0c%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Rob Reynolds Developer, Puppet Labs *PuppetConf 2015 <http://2015.puppetconf.com/> is coming to Portland, Oregon! Join us October 5-9.* *Register now to take advantage of the Final Countdown discount <https://www.eventbrite.com/e/puppetconf-2015-october-5-9-register-now-its-the-final-countdown-tickets-13115894995?discount=FinalCountdown> * *—**save $149!* -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CAMJiBK5R2Bp%2Bg9AY%3D5%3DvRcDbHJ60GqH33sSas1TgvP15%3DBy%3DMw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
