1
0
This commit is contained in:
jhejda@wmpromus.com 2019-05-24 09:56:11 +02:00
parent 4c32f148de
commit 634650ca5b
2 changed files with 2 additions and 2 deletions
modules/demo
manifests
templates

View File

@ -14,7 +14,7 @@ class demo::iis (
String $iis_webapp_name = 'TestWebSite',
String $path = 'C:\\inetpub\\wwwroot\\Test',
String $logpath = 'C:\\inetpub\\logs\\Test',
String $message = '23/05/2019',
String $message = 'Puppet iis demo',
) {
require demo::iis_prereqs

View File

@ -7,6 +7,6 @@
<BODY>
<H1>Hell World!</H1>
<P>This is very minimal "hello world" HTML document.</P>
<P>Message: <%= @message -%></P>
<P>Custom message: <%= @message -%></P>
</BODY>
</HTML>