Rakesh Kathpal
2013-Feb-07 11:18 UTC
[Puppet Users] IIS / ASP.Net Module for Windows 2003 / windows 2008
Hi, I am looking for IIS and asp.net module for windows 2003 & windows 2008, can anyone please help ? I came across the module https://github.com/puppetlabs/puppetlabs-dism but it works only for windows 2008 R2 Also I had a look at the module https://github.com/simondean/puppet-iis but not sure what should I put it in my nodes.pp for it to work. Thanks & Regards, Rakesh K. -- 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 puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
Rakesh Kathpal
2013-Feb-11 05:04 UTC
[Puppet Users] Re: IIS / ASP.Net Module for Windows 2003 / windows 2008
Can someone please help me out with this issue? On Thu, Feb 7, 2013 at 6:39 PM, Rakesh Kathpal <rkathpal@gmail.com> wrote:> Please see.. if you can help me out in this issue... > > Appreciate your efforts.. > > ---------- Forwarded message ---------- > From: Rakesh Kathpal <rkathpal@gmail.com> > Date: Thu, Feb 7, 2013 at 4:48 PM > Subject: IIS / ASP.Net Module for Windows 2003 / windows 2008 > To: puppet-users@googlegroups.com > > > Hi, > > I am looking for IIS and asp.net module for windows 2003 & windows 2008, > can anyone please help ? > > I came across the module https://github.com/puppetlabs/puppetlabs-dismbut it works only for windows 2008 R2 > > Also I had a look at the module https://github.com/simondean/puppet-iisbut not sure what should I put it in my nodes.pp for it to work. > > Thanks & Regards, > > Rakesh K. > >-- 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 puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
Ryan Coleman
2013-Feb-12 23:26 UTC
Re: [Puppet Users] IIS / ASP.Net Module for Windows 2003 / windows 2008
On Thu, Feb 7, 2013 at 3:18 AM, Rakesh Kathpal <rkathpal@gmail.com> wrote:> I am looking for IIS and asp.net module for windows 2003 & windows 2008, > can anyone please help ? >Hi. For starters, this example from the dism module will install iis and .net. dism { ''NetFx3'': ensure => present, } dism { ''IIS-WebServer'': ensure => present, answer => ''C:\answer\iis.xml'', } What exactly would you like to accomplish? The iis module you reference can take you into configuring application pools and so on. -- Ryan Coleman | Modules & Forge | @ryanycoleman | ryancoleman in #puppet -- 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 puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
Rakesh Kathpal
2013-Feb-13 06:28 UTC
Re: [Puppet Users] IIS / ASP.Net Module for Windows 2003 / windows 2008
Dear Ryan & Simon, Thanks for your reply. The thing is I have already tested the dism module on windows 2008 R2 and am satisfied. But I am looking for iis and asp.net module for windows 2003 and windows 2008. Thanks & Regards, Rakesh K. On Wed, Feb 13, 2013 at 4:56 AM, Ryan Coleman <ryan@puppetlabs.com> wrote:> > On Thu, Feb 7, 2013 at 3:18 AM, Rakesh Kathpal <rkathpal@gmail.com> wrote: > >> I am looking for IIS and asp.net module for windows 2003 & windows 2008, >> can anyone please help ? >> > > Hi. For starters, this example from the dism module will install iis and > .net. > > dism { ''NetFx3'': > ensure => present, > } > > dism { ''IIS-WebServer'': > ensure => present, > answer => ''C:\answer\iis.xml'', > } > > What exactly would you like to accomplish? The iis module you reference > can take you into configuring application pools and so on. > > > -- > Ryan Coleman | Modules & Forge | @ryanycoleman | ryancoleman in #puppet > > > -- > 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 puppet-users+unsubscribe@googlegroups.com. > To post to this group, send email to puppet-users@googlegroups.com. > Visit this group at http://groups.google.com/group/puppet-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > >-- 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 puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.