Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webhook go ordering manages service prior installing package #637

Closed
tuxmea opened this issue Nov 17, 2023 · 0 comments · Fixed by #638
Closed

Webhook go ordering manages service prior installing package #637

tuxmea opened this issue Nov 17, 2023 · 0 comments · Fixed by #638

Comments

@tuxmea
Copy link
Member

tuxmea commented Nov 17, 2023

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: any
  • Ruby: any
  • Distribution: any
  • Module version: latest

How to reproduce (e.g Puppet code you use)

class { 'r10k':
  install_method => 'none',
}
include r10k::webhook

What are you seeing

Service is managed prior package is installed.

What behaviour did you expect instead

Package gets installed prior service is managed.

Fix

order classes in manifests/webhook.pp

tuxmea added a commit to tuxmea/puppet-r10k that referenced this issue Nov 17, 2023
webhook classes must be in order to ensure package and config prior
service
update documentation on webhook-go curl command.

fixes voxpupuli#637
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants