DEV Community

Discussion on: Automated Puppet Impact Analysis

Collapse
 
alexjfisher profile image
Alexander Fisher

Really great tool and article. I found I had to override the entrypoint for the puppet-agent image. eg.

catalog-diff:
  image:
    name: puppet/puppet-agent:6.17.0
    entrypoint: [""]
  stage: diff
...
Collapse
 
raphink profile image
Raphaël Pinson

Interesting. I haven't had that issue. Which version of GitLab is that?

I actually use a Puppetserver image now as it provides the puppetdb-termini package already installed, so it allows to run the service as any UID.

Collapse
 
alexjfisher profile image
Alexander Fisher

12.3.3

Error: Unknown Puppet subcommand 'sh'
Thread Thread
 
raphink profile image
Raphaël Pinson

OK. I'm on 13.2.6 here, but I'm pretty sure I was on 12.x when I wrote this post.