Puppet: System Administration Automated

Support

Ticket #1019 (closed defect: fixed)

Opened 7 months ago

Last modified 7 months ago

libshadow should be available for other OS like solaris, not just linux

Reported by: asa Assigned to: luke
Priority: normal Milestone:
Component: library Version: 0.24.1
Severity: minor Keywords: shadow password
Cc: Triage Stage: Ready for checkin
Attached Patches: Code Complexity: Trivial

Description

in puppet/provider/user/useradd.rb line 22 looks like it only lets linux have all the libshadow fun.

if Puppet.features.libshadow? and (Facter.value(:kernel) == "Linux")

has_feature :manages_passwords

end

Change History

01/21/08 07:26:23 changed by jamtur01

  • owner changed from community to luke.
  • complexity changed from Unknown to Trivial.
  • stage changed from Unreviewed to Ready for checkin.
  • severity changed from normal to minor.
  • patch changed from None to Code.

Fixed in commit [d7a89b449520abb95396132bc379782a0d596816] in branch 0.24.x

01/22/08 02:08:45 changed by jamtur01

  • status changed from new to closed.
  • resolution set to fixed.