iis
This commit is contained in:
parent
f5f5e3a097
commit
021b6cf979
@ -17,7 +17,6 @@ class iis_demo::app (
|
|||||||
String $message = '23/05/2019',
|
String $message = '23/05/2019',
|
||||||
) {
|
) {
|
||||||
|
|
||||||
include iis_demo::iis_prereqs
|
|
||||||
include iis_demo::iis
|
include iis_demo::iis
|
||||||
|
|
||||||
############################################################################
|
############################################################################
|
||||||
|
@ -103,12 +103,12 @@ class iis_demo::iis (
|
|||||||
notify => Reboot['reboot_iis'],
|
notify => Reboot['reboot_iis'],
|
||||||
}
|
}
|
||||||
#############################################################################
|
#############################################################################
|
||||||
#dsc_windowsfeature { '.NET Framework 4.5':
|
dsc_windowsfeature { '.NET Framework 4.5':
|
||||||
#dsc_ensure => 'present',
|
dsc_ensure => 'present',
|
||||||
#dsc_name => 'AS-NET-Framework',
|
dsc_name => 'AS-NET-Framework',
|
||||||
#require => Package['powershell'],
|
require => Package['powershell'],
|
||||||
#notify => Reboot['reboot_iis'],
|
notify => Reboot['reboot_iis'],
|
||||||
#}
|
}
|
||||||
|
|
||||||
dsc_windowsfeature { 'Web Server (IIS) Support':
|
dsc_windowsfeature { 'Web Server (IIS) Support':
|
||||||
dsc_ensure => 'present',
|
dsc_ensure => 'present',
|
||||||
|
Loading…
Reference in New Issue
Block a user