Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 610 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 610 Bytes

Windows IIS Puppet Module

This module provides the ability to install IIS and add sites to IIS via Puppet on Windows.

Installation

This module depends on DISM module to enable the IIS web server role on Windows Server:

Usage

iis::site { '':
  hostname  => '',
  protocol  => 'https'
  ipaddress => '',
  port      => '',
  certhash  => '',
  appid     => '',
  require   => Dism['IIS-WebServer'],
}

References

The site.pp module was originaly from hunner