Skip to content

Commit

Permalink
Full path to yum is not required and causes issues. (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
vartan-j2 authored and pcfens committed Dec 6, 2019
1 parent 4d28b99 commit ed14880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/repo.pp
Expand Up @@ -44,7 +44,7 @@
}

exec { 'flush-yum-cache':
command => '/bin/yum clean all',
command => 'yum clean all',
refreshonly => true,
path => ['/bin', '/usr/bin', '/sbin', '/usr/sbin'],
}
Expand Down

0 comments on commit ed14880

Please sign in to comment.