From 741052834fd62f6b3f280ef8a373ded4c2c86e6a Mon Sep 17 00:00:00 2001 From: Jarkko Oranen Date: Fri, 24 Mar 2017 20:21:53 +0200 Subject: [PATCH 1/2] Fix fcontext example in docstring --- manifests/fcontext.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/fcontext.pp b/manifests/fcontext.pp index 328dcf87..0b5d4313 100644 --- a/manifests/fcontext.pp +++ b/manifests/fcontext.pp @@ -6,7 +6,7 @@ # @example Add a file-context for mysql log files at non standard location # selinux::fcontext{'set-mysql-log-context': # seltype => "mysqld_log_t", -# pathname => "/u01/log/mysql(/.*)?", +# pathspec => "/u01/log/mysql(/.*)?", # } # # @example Add a file-context only for directory types From ed64816f4747bc068042fb5d428ffa64b238e8f3 Mon Sep 17 00:00:00 2001 From: Jarkko Oranen Date: Fri, 24 Mar 2017 20:41:16 +0200 Subject: [PATCH 2/2] Add a hint about changed interfaces --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 30ddb6d9..6baf0617 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,12 @@ running system. specify the 'refpolicy' builder either explicitly per module or globally via the main class +* The interfaces to the various helper manifests has been changed to be more in line + with Puppet file resource naming conventions. + + You will need to update your manifests to use the new parameter names. + + ## Known problems / limitations * If SELinux is disabled and you want to switch to permissive or enforcing you