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]
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]