summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlib/puppet/type/pfile/uid.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/type/pfile/uid.rb b/lib/puppet/type/pfile/uid.rb
index d2f6566f4..a492b31f4 100755
--- a/lib/puppet/type/pfile/uid.rb
+++ b/lib/puppet/type/pfile/uid.rb
@@ -146,7 +146,7 @@ module Puppet
@parent.stat(true)
self.retrieve
if @is == :absent
- self.info "File does not exist; cannot set owner"
+ self.debug "File does not exist; cannot set owner"
return nil
end
if self.insync?