On Thu, Feb 7, 2013 at 3:18 AM, Rakesh Kathpal <rkath...@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+unsubscr...@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.


Reply via email to