From af3b958c42bcdb463f0d2b712786e287ab0045d1 Mon Sep 17 00:00:00 2001 From: Corporte Gadfly Date: Mon, 18 Mar 2024 16:47:18 -0400 Subject: [PATCH] fix broken path to tomcat.pp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 072bd3e0..1fbc9ee5 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ archive { '/home/myuser/help': ### File permission When extracting files as non-root user, either ensure the target directory -exists with the appropriate permission (see [tomcat.pp](tests/tomcat.pp) for +exists with the appropriate permission (see [tomcat.pp](examples/tomcat.pp) for full working example): ```puppet