eyaml
This commit is contained in:
parent
ea12627619
commit
d1092436ef
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user