Skip to content

Commit

Permalink
Delete legacy Makefile
Browse files Browse the repository at this point in the history
We have a few modules with legacy Makefiles:

```
$ ls puppet-*/Makefile
puppet-consul/Makefile            puppet-logstash/Makefile
puppet-gitlab_ci_runner/Makefile  puppet-spiped/Makefile
```

Those Makefiles try to run old tests. They don't work anymore. We can
delete them.
  • Loading branch information
bastelfreak committed Dec 15, 2023
1 parent 787c365 commit b1d31c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config_defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,7 @@ SECURITY.md:
delete: true
Modulefile:
delete: true
Makefile:
delete: true
...
# vim: syntax=yaml

0 comments on commit b1d31c7

Please sign in to comment.