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 <[email protected]> wrote: > > On Thu, Feb 7, 2013 at 3:18 AM, Rakesh Kathpal <[email protected]> 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 [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. > > > -- 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.
