init meta configuration format

This commit is contained in:
xdrm-brackets 2018-11-06 18:03:21 +01:00
parent aa609561d5
commit dbf1c1fcd8
2 changed files with 30 additions and 0 deletions

13
meta/cfg-locations.json Normal file
View File

@ -0,0 +1,13 @@
{
"ssh": {
"cnf": { "server": "/etc/sshd_config", "client": "/etc/ssh_config" },
"ser": [ "sshd.service" ]
},
"apache2": {
"cnf": { "main": "/etc/apache2/apache2.conf", "ports": "/etc/apache2/apache2.conf" },
"ser": [ "apache2.service", "httpd.service" ]
}
}

17
meta/pkg-drivers.json Normal file
View File

@ -0,0 +1,17 @@
{
"ubuntu": "dpkg",
"debian": "dpkg",
"alpine": "apk",
"solus": "eopkg",
"arch": "pacman",
"fedora": "rpm",
"rhel": "rpm",
"suse": "rpm",
"opensuse": "rpm",
"gentoo": "emerge"
}