From edeb32284188e7b9f3eea30b29118f5aeca4bf65 Mon Sep 17 00:00:00 2001 From: Ugo Bellavance Date: Fri, 18 Oct 2019 15:21:27 -0400 Subject: [PATCH] Changed double quotes to single quotes in example in comments --- manifests/fcontext.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/fcontext.pp b/manifests/fcontext.pp index 1e89c61b..1ddabd29 100644 --- a/manifests/fcontext.pp +++ b/manifests/fcontext.pp @@ -4,8 +4,8 @@ # # @example Add a file-context for mysql log files at non standard location # selinux::fcontext{'set-mysql-log-context': -# seltype => "mysqld_log_t", -# pathspec => "/u01/log/mysql(/.*)?", +# seltype => 'mysqld_log_t', +# pathspec => '/u01/log/mysql(/.*)?', # } # # @example Add a file-context only for directory types