Displaying 1 result from an estimated 1 matches for "prune_parameters".
2013 Mar 12
0
Puppet 3.1 - Error: Could not run: undefined method `prune_parameters' for nil:NilClass - fresh install on RHEL 6.4
Trying to get my puppet up and running but running into a slight problem -
trying to view a resource I get an error for undefined method
[root@puppet puppet-dashboard]# puppet resource user root
Error: Could not run: undefined method `prune_parameters'' for nil:NilClass
[root@puppet puppet-dashboard]# uname -a
Linux puppet.luminexcorp.com 2.6.32-358.0.1.el6.x86_64 #1 SMP Tue Feb 26
12:10:38 PST 2013 x86_64 x86_64 x86_64 GNU/Linux
[root@puppet puppet-dashboard]# ruby --version
ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]
[root@p...