Re: [Puppet Users] IIS / ASP.Net Module for Windows 2003 / windows 2008

2013-02-12 Thread Ryan Coleman
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.




Re: [Puppet Users] IIS / ASP.Net Module for Windows 2003 / windows 2008

2013-02-12 Thread Rakesh Kathpal
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 r...@puppetlabs.com wrote:


 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.




-- 
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.




[Puppet Users] IIS / ASP.Net Module for Windows 2003 / windows 2008

2013-02-07 Thread Rakesh Kathpal
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+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.