We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c69144f commit 3bd32acCopy full SHA for 3bd32ac
manifests/server/managed_dirs.pp
@@ -32,7 +32,7 @@
32
$logbindir = dirname($logbin)
33
34
#Stop puppet from managing directory if just a filename/prefix is specified or is not already managed
35
- if ($logbindir != '.' and !($logbindir in $managed_dirs_path)) {
+ if ($logbindir != '.' or !($logbindir in $managed_dirs_path)) {
36
file { $logbindir:
37
ensure => directory,
38
mode => '0700',
0 commit comments