You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
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]
The text was updated successfully, but these errors were encountered: