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

bug: manifests/install.pp line 27 and 39 #2

Open
githubgossin opened this issue Oct 2, 2016 · 1 comment · May be fixed by #29
Open

bug: manifests/install.pp line 27 and 39 #2

githubgossin opened this issue Oct 2, 2016 · 1 comment · May be fixed by #29

Comments

@githubgossin
Copy link

githubgossin commented Oct 2, 2016

install.pp line 27 says
exec { 'rename winlogbeat folder':
while line 39 refers to line 27 with
require => Exec['rename folder'],
which leads to Puppet saying
Error: Failed to apply catalog: Could not find dependency Exec[rename folder] for Exec[install winlogbeat-1.2.3-windows]

@flobetz
Copy link

flobetz commented Oct 26, 2016

had the same issue, fixed with:
require => Exec['rename winlogbeat folder'],

@disaster37 disaster37 linked a pull request May 17, 2019 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants