message
This commit is contained in:
parent
4c32f148de
commit
634650ca5b
@ -14,7 +14,7 @@ class demo::iis (
|
|||||||
String $iis_webapp_name = 'TestWebSite',
|
String $iis_webapp_name = 'TestWebSite',
|
||||||
String $path = 'C:\\inetpub\\wwwroot\\Test',
|
String $path = 'C:\\inetpub\\wwwroot\\Test',
|
||||||
String $logpath = 'C:\\inetpub\\logs\\Test',
|
String $logpath = 'C:\\inetpub\\logs\\Test',
|
||||||
String $message = '23/05/2019',
|
String $message = 'Puppet iis demo',
|
||||||
) {
|
) {
|
||||||
|
|
||||||
require demo::iis_prereqs
|
require demo::iis_prereqs
|
||||||
|
@ -7,6 +7,6 @@
|
|||||||
<BODY>
|
<BODY>
|
||||||
<H1>Hell World!</H1>
|
<H1>Hell World!</H1>
|
||||||
<P>This is very minimal "hello world" HTML document.</P>
|
<P>This is very minimal "hello world" HTML document.</P>
|
||||||
<P>Message: <%= @message -%></P>
|
<P>Custom message: <%= @message -%></P>
|
||||||
</BODY>
|
</BODY>
|
||||||
</HTML>
|
</HTML>
|
||||||
|
Loading…
Reference in New Issue
Block a user