Cannot import puppet manifests

Hello

I am moving from puppet to forman and have trouble to import my manifests
into forman.
some of them do import but most of them doesn't , no error that i can see.
When using the import option forman doesn't see them .
in addition some of them that i was able to import doesn't work on the
pupet under forman and are working on the puppet before.
I used puppet 3.7.5 and on the forman i check and got puppet 2.7
upgrading to puppet 3.7.5 didn't changed anything.

Please help me understand how to proceed.
Thank you.

First run puppet parser validate against them.

Can you list the full filesystem paths, and pastebin the contents of a
file that you don't think imports?

··· On 30/04/15 07:26, luchy fin wrote: > Hello > > I am moving from puppet to forman and have trouble to import my > manifests into forman. > some of them do import but most of them doesn't , no error that i can see. > When using the import option forman doesn't see them . > in addition some of them that i was able to import doesn't work on the > pupet under forman and are working on the puppet before. > I used puppet 3.7.5 and on the forman i check and got puppet 2.7 > upgrading to puppet 3.7.5 didn't changed anything.


Dominic Cleal
Red Hat Engineering

thank you for answering

trying to find a manifest that dosn't show after importing i am starting to
get this message

Oops, we're sorry but something went wrong

×Warning!
ERF12-4115 [ProxyAPI::ProxyException]: Unable to get classes from Puppet
for production ([RestClient::NotAcceptable]: 406 Not Acceptable) for proxy
https://privet:8443/puppet.

בתאריך יום חמישי, 30 באפריל 2015 בשעה 14:31:10 UTC+3, מאת luchy fin:

··· > > thank you for answering > > trying to find a manifest that dosn't show after importing i am starting > to get this message > > Oops, we're sorry but something went wrong > > ×Warning! > ERF12-4115 [ProxyAPI::ProxyException]: Unable to get classes from Puppet > for production ([RestClient::NotAcceptable]: 406 Not Acceptable) for proxy > https://privet:8443/puppet. > > > , I changed to a snapshot and don't have this error anymore. >

================================================================================================================================

I have a manifest that install tommee for example
i just tested it on the a deferent puppet master , working.
on the forman that has a deferent kind of puppet server i get this error.

failed to apply catalog : could not find dependency
exec[update-package-list] for package[java-1.7.0-openjdk] at
/etc/puppet/environments/production/modules/tommee/manifests/init.pp:11

>
> solved this one i am looking for another manifest.
>

i have a module installed , archiva module
it runes with the following manifest

class { 'archiva':
}

on my puppet server no problem.
on the forman puppet server

err : could not retrive catalog from remote server : error 400 on server
could not find class archiva for xxx on node xxx

Where precisely (file path) is 'archiva' defined?

··· On 30/04/15 14:02, luchy fin wrote: > solved this one i am looking for another manifest. > > > i have a module installed , archiva module > it runes with the following manifest > > class { 'archiva': > } > > on my puppet server no problem. > on the forman puppet server > > err : could not retrive catalog from remote server : error 400 on server > could not find class archiva for xxx on node xxx


Dominic Cleal
Red Hat Engineering

>
> sorry for the late reply.

i will oprn another post since the subject changed.
thank you.