This commit is contained in:
jhejda@wmpromus.com 2019-05-23 16:01:58 +02:00
parent ea12627619
commit d1092436ef

View File

@ -111,6 +111,14 @@ class iis_demo::app (
# Create application #
############################################################################
file { $path:
ensure => directory,
}
file { "${path}\\Website":
ensure => directory,
}
file { "${path}\\Website\\index.html":
ensure => file,
content => template('iis_demo/index.html.erb'),