diff options
Diffstat (limited to 'lib/puppet/util/selinux.rb')
-rw-r--r-- | lib/puppet/util/selinux.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/util/selinux.rb b/lib/puppet/util/selinux.rb index 28752cfac..fad15d74e 100644 --- a/lib/puppet/util/selinux.rb +++ b/lib/puppet/util/selinux.rb @@ -125,7 +125,7 @@ module Puppet::Util::SELinux if retval == 0 return true else - Puppet.warning "Failed to set SELinux context %s on %s" % [context, file] + Puppet.warning "Failed to set SELinux context #{context} on #{file}" return false end end |