Re: [Puppet Users] Re: Using puppet to change passwords on nix systems

2012-11-30 Thread Brian Jolly
I've been using the openssl command line tool to generate the hash for my puppet users: openssl passwd -1 It's still a manual process to get the hash, but works pretty good for a small number of users. -- You received this message because you are subscribed to the Google Groups "Puppet Users" g

Re: [Puppet Users] Puppet 3.0 Puppet labs repo package problem on rhel5

2012-11-28 Thread Brian Jolly
That worked for me. Thanks!!! On Wed, Nov 28, 2012 at 11:18 AM, Matthaus Owens wrote: > The problem was that our el5 rubygem-json package was the el6 src > rebuilt, without the patch, against ruby 1.8.5. Rebuilding the > rubygem-json package against the ruby 1.8.7 packages in our > dependencies

Re: [Puppet Users] Puppet 3.0 Puppet labs repo package problem on rhel5

2012-11-27 Thread Brian Jolly
I am experiencing the same problem with a 3.0.1 install. If I set "enable_inventory_service: false" there are no problems. ruby: symbol lookup error: /usr/lib/ruby/gems/1.8/gems/json-1.5.1/ext/json/ext/json/ext/parser.so: undefined symbol: RSTRING_PTR ruby 1.8.7 (2012-06-29 patchlevel 370) [x