diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-02-20 11:31:08 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-02-20 11:31:08 +0100 |
commit | 5be7de41fe02fe60fbbac530e6729f74e206aea3 (patch) | |
tree | 42cc09c283a7b0f6fce4f7dde22cd9213408111f /modules/profile/files | |
parent | e345248bd85980f6fefe7bc62251cc5b97f64854 (diff) | |
download | Puppet-5be7de41fe02fe60fbbac530e6729f74e206aea3.tar.gz Puppet-5be7de41fe02fe60fbbac530e6729f74e206aea3.tar.zst Puppet-5be7de41fe02fe60fbbac530e6729f74e206aea3.zip |
Add index to default location
Diffstat (limited to 'modules/profile/files')
-rw-r--r-- | modules/profile/files/apache/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/profile/files/apache/index.html b/modules/profile/files/apache/index.html new file mode 100644 index 0000000..0274251 --- /dev/null +++ b/modules/profile/files/apache/index.html | |||
@@ -0,0 +1,9 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <html> | ||
3 | <head> | ||
4 | <title>Hello World HTML</title> | ||
5 | </head> | ||
6 | <body> | ||
7 | <h1>It works!</h1> | ||
8 | </body> | ||
9 | </html> | ||