Skip to content

Commit e3d7f39

Browse files
author
Seth Cleveland
committed
/bin/test -> /usr/bin/test
1 parent f58a930 commit e3d7f39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifests/redhat.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
exec { 'cleanup-gpg-key':
4747
command => "/bin/rm ${public_key_local}",
48-
onlyif => "/bin/test -f ${public_key_local}",
48+
onlyif => "/usr/bin/test -f ${public_key_local}",
4949
}
5050

5151
yumrepo {'datadog':

0 commit comments

Comments
 (0)