See the following line:
https://github.com/frankiethekneeman/puppet-gitlab-ci-multi-runner/blob/master/manifests/runner.pp#L419
The notify appears to be executing on every Puppet run, regardless of whether or not the exec (below it) is going to run. Was this just meant to debug the gitlab-ci-multi-runner register command? Could it be removed? It seems like running the puppet agent with -d or --debug would show you the full exec command if needed.
Thanks!
See the following line:
https://github.com/frankiethekneeman/puppet-gitlab-ci-multi-runner/blob/master/manifests/runner.pp#L419
The
notifyappears to be executing on every Puppet run, regardless of whether or not theexec(below it) is going to run. Was this just meant to debug thegitlab-ci-multi-runner registercommand? Could it be removed? It seems like running the puppet agent with-dor--debugwould show you the fullexeccommand if needed.Thanks!