puppet-iis icon indicating copy to clipboard operation
puppet-iis copied to clipboard

Contents of the node file !!!

Open rkathpal opened this issue 12 years ago • 3 comments

Dear Simon,

The purpose of using this module for me is to just install IIS and asp.net on windows 2003 server, windows 2008 and windows 2008. Can you please confirm if this this module will serve the purpose and what should be the content of my nodes.pp file to achieve this ?

Really appreciate your help in this matter...

rkathpal avatar Feb 08 '13 06:02 rkathpal

I tried using this... node 'abc' { iis_site { 'Default Web Site':
ensure => present } }

but am getting the following error

info: Loading facts in C:/ProgramData/PuppetLabs/puppet/var/lib/facter/win_commo n_desktop_directory.rb info: Caching catalog for abc info: Applying configuration version '1360308841' err: Could not find a suitable provider for iis_site notice: Finished catalog run in 0.14 seconds

I hv the module iis in the directory /etc/puppet/modules/

rkathpal avatar Feb 08 '13 07:02 rkathpal

Hi. The module uses appcmd.exe to perform its work which means it needs IIS to be installed. For Windows 2008 R2 you can use the dism module to install IIS and its relevant optional components. For earlier versions of Windows unfortunately you'll need something other than the dism module. DISM works so well, it makes it a pain to use earlier versions of Windows.

simondean avatar Feb 11 '13 19:02 simondean

Hi Simon,

Thanks for your reply.

Regards,

Rakesh.

On Tue, Feb 12, 2013 at 12:43 AM, Simon Dean [email protected]:

Hi. The module uses appcmd.exe to perform its work which means it needs IIS to be installed. For Windows 2008 R2 you can use the dism module to install IIS and its relevant optional components. For earlier versions of Windows unfortunately you'll need something other than the dism module. DISM works so well, it makes it a pain to use earlier versions of Windows.

— Reply to this email directly or view it on GitHubhttps://github.com/simondean/puppet-iis/issues/10#issuecomment-13396976.

rkathpal avatar Feb 12 '13 07:02 rkathpal