summaryrefslogtreecommitdiffstats
path: root/lib/puppet/type/user.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/type/user.rb')
-rwxr-xr-xlib/puppet/type/user.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/puppet/type/user.rb b/lib/puppet/type/user.rb
index 2b082ee94..b3c8619ec 100755
--- a/lib/puppet/type/user.rb
+++ b/lib/puppet/type/user.rb
@@ -150,9 +150,9 @@ module Puppet
def change_to_s(currentvalue, newvalue)
if currentvalue == :absent
- return "created password"
+ return "created password"
else
- return "changed password"
+ return "changed password"
end
end
end