The HPUX code I am trying to modify is already in the existing Puppet code base at https://github.com/puppetlabs/puppet/blob/master/lib/puppet/provider/user/hpux.rb.

The functionality I am trying to use is to set the value of a specific property so that I can specify the commands to run depending on which password aging scheme is required on a specific HPUX OS version and setup. Some are trusted computing, some use a version of the shadow password and others just a plain old password file.

The module I found the functionality I want to extend is based on the snippet of code starting at line 11 of https://github.com/adrienthebo/puppet-filemapper/blob/master/lib/puppetx/filemapper.rb.

Unfortunately I am unable to seem to get it to work and thus I am at a loss. I really need to be able to ensure that the proper expiry setups are in place for HPUX because while I managed to get the password functionality into the main stream code base, it is not likewise resetting the password expiration for another 90 days and thus the account gets locked out.

On 4/15/2014 7:16 AM, Felix Frank wrote:
On 04/14/2014 06:37 PM, Jim Perry wrote:
Not yet. I don't have it working and I was asking how to get our data
for troubleshooting it first.
I see, well, this is unfortunate - debugging this (or even comparing it
to working code) will be nigh impossible without looking at your
concrete status.

I'd like to ask you to rethink at least sharing an anonymized version on
a paste service or gist.

Thanks in advance,
Felix


--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/534DD8BD.9060604%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to