Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Won't Fix
-
PUP 3.7.4
-
None
-
None
-
CentOS Linux release 7.0.1406 (Core)
ruby 2.0.0p353 (2013-11-22) [x86_64-linux]
puppet: 3.7.4
Description
Hi,
I'm seeing the below when running puppet on a new node - it seems that since moving to puppet 3.7.4 on centos 7 (new ruby?) it's unable to find a "each" method.
```
$ sudo puppet agent -vt
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Info: Caching catalog for node3.local
Error: Could not create resource file /var/lib/puppet/state/resources.txt: undefined method `each' for #<String:0x00000003d896b0>
Info: Applying configuration version '1424185866'
Notice: Finished catalog run in 9.19 seconds
```
Any ideas what / why this is ?
Thanks
Alex