Hello,
I want to configure Webhook for Puppet server. I'm new to your project and trying to configure it for the first time.
From README it's not exactly clear what is meant by "orchestration"?
For example If i have single Puppet master server, do I need to "enable" "orchestration"? What exactly it will do (or would not do when set to "false")?
orchestration:
enabled: true
type: bolt
user: webhook
password: password
bolt:
transport: local
targets:
- localhost
What I need is to run command on 1 single Puppet server:
r10k deploy environment XXXXXXX-vp
or
r10k deploy environment XXXXXXX-v
Hello,
I want to configure Webhook for Puppet server. I'm new to your project and trying to configure it for the first time.
From README it's not exactly clear what is meant by "orchestration"?
For example If i have single Puppet master server, do I need to "enable" "orchestration"? What exactly it will do (or would not do when set to "false")?
orchestration:
enabled: true
type: bolt
user: webhook
password: password
bolt:
transport: local
targets:
- localhost
What I need is to run command on 1 single Puppet server:
r10k deploy environment XXXXXXX-vp
or
r10k deploy environment XXXXXXX-v