Skip to content

Commit c940762

Browse files
authored
Merge pull request #8688 from ciprianbadescu/maint/puppet-clean-log
(maint) Fix a bug with the logger in clean.rb
2 parents 985d18c + 347aeb4 commit c940762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/face/node/clean.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def debug(message)
5252
end
5353

5454
def warn(message)
55-
Puppet.warning(message)
55+
Puppet.warning(message) unless message =~ /cadir is currently configured to be inside/
5656
end
5757

5858
def err(message)

0 commit comments

Comments
 (0)