Bug#774643: [Pkg-puppet-devel] Bug#774643: can't cast Hash to text

2015-04-15 Thread Apollon Oikonomopoulos
Hi Cristophe, On 01:04 Tue 14 Apr , Christophe Guilloux wrote: If i activate storeconfig in puppet.conf : storeconfigs = true dbadapter = sqlite3 i have this error : Error: Could not retrieve catalog from remote server: Error 400 on SERVER: can't cast Hash to text ^^ This is

Bug#774643: [Pkg-puppet-devel] Bug#774643: can't cast Hash to text

2015-04-15 Thread Christophe Guilloux
Le 2015-04-15 09:41, Apollon Oikonomopoulos a écrit : ^^ This is probably caused by exporting resources with complex parameters, as reported earlier[1] and is likely due to some auto-serialization behaviour change from Rails 3 to Rails 4. Still, it should work fine with all resource types

Bug#774643: can't cast Hash to text

2015-04-13 Thread Christophe Guilloux
If i activate storeconfig in puppet.conf : storeconfigs = true dbadapter = sqlite3 i have this error : Error: Could not retrieve catalog from remote server: Error 400 on SERVER: can't cast Hash to text Warning: Not using cache on failed catalog Error: Could not retrieve catalog; skipping run

Bug#774643: can't cast Hash to text

2015-03-25 Thread Knut Arne Bjørndal
Hi There still seems to be some problems with stored configs, in a test deployment I have the following minimal node manifest: define foo($params) { } node 'test.adm.easyconnect.no' { @@foo {'bar': params = {foo = 1, bar = 2} } } We use this kind of pattern in quite a few places where it