This message was deleted.
# puppet-enterprise
s
This message was deleted.
b
most three common errors I saw: code-manager was still deploying the env, you deployed env A but selected emv B in the PE console, there is a syntax error in the plan
a
I think I figured it out. I use get_target and it's not supported from orchestrator. Although it's funny that it works from bolt command line. I'm hoping that gets resolved eventually as the plan I wrote is to migrate nodes to different PE silos.
b
ah yeah a few functions are missing in the PE implementation
j
You also have to add permissions for whichever role to view the bolt jobs (admin can see them all of course)
b
ah right, rbac
a
Yeah, the permissions are fine. I have unsupported functions in my plan. I'm pretty sure it's the get_target function stopping it from showing.