mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
15 lines
275 B
YAML
15 lines
275 B
YAML
|
name: apt_sources
|
||
|
examples: >-
|
||
|
On Ubuntu or other Debian based systems, identify APT repositories that are
|
||
|
not maintained by Ubuntu.
|
||
|
|
||
|
```
|
||
|
|
||
|
SELECT * FROM apt_sources WHERE maintainer!='Ubuntu';
|
||
|
|
||
|
```
|
||
|
columns:
|
||
|
- name: pid_with_namespace
|
||
|
platforms:
|
||
|
- linux
|