Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
puppetlabs-iis 4.0.0
-
Windows
-
1
-
Windows 2018-09-19, Windows 2018-09-26, Windows 2018-10-3, Windows 2018-10-10, Windows 2018-10-17
-
Needs Assessment
-
Reviewed
-
Needs Assessment
Description
Different sites can have same application name in IIS. This issue restricts multiple sites with same application name to be created on one IIS server.
iis_application { 'name1': |
applicationname => $app |
ensure => 'present', |
sitename => $site_name1, |
physicalpath => $app_path, |
applicationpool => $app, |
require => File[$app_path] |
}
|
iis_application { 'name2': |
applicationname => $app |
ensure => 'present', |
sitename => $site_name2, |
physicalpath => $app_path, |
applicationpool => $app, |
require => File[$app_path] |
}
|
This can be resolved by using name and applicationname as different entities.
Attachments
Issue Links
- is blocked by
-
MODULES-7727 IIS - SPIKE investigate solution to MODULES-5493 bug
-
- Closed
-
- is duplicated by
-
MODULES-5225 iis : iis_virtual_directory cannot manage dirs with the same name in different sites
-
- Open
-
- relates to
-
MODULES-6974 puppetlabs-iis : Does not accept iis_application with same name on different sites
-
- Closed
-
- mentioned in
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...