summaryrefslogtreecommitdiffstats
path: root/lib/puppet/type/resources.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/type/resources.rb')
-rw-r--r--lib/puppet/type/resources.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/type/resources.rb b/lib/puppet/type/resources.rb
index a301c9bd5..2960998c9 100644
--- a/lib/puppet/type/resources.rb
+++ b/lib/puppet/type/resources.rb
@@ -127,7 +127,7 @@ Puppet::Type.newtype(:resources) do
return false if system_users().include?(resource[:name])
- return current_values[resource.property(:uid)] > self[:unless_system_user]
+ current_values[resource.property(:uid)] > self[:unless_system_user]
end
def system_users