init meta configuration format
This commit is contained in:
parent
aa609561d5
commit
dbf1c1fcd8
|
@ -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" ]
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"ubuntu": "dpkg",
|
||||||
|
"debian": "dpkg",
|
||||||
|
|
||||||
|
"alpine": "apk",
|
||||||
|
|
||||||
|
"solus": "eopkg",
|
||||||
|
|
||||||
|
"arch": "pacman",
|
||||||
|
|
||||||
|
"fedora": "rpm",
|
||||||
|
"rhel": "rpm",
|
||||||
|
"suse": "rpm",
|
||||||
|
"opensuse": "rpm",
|
||||||
|
|
||||||
|
"gentoo": "emerge"
|
||||||
|
}
|
Loading…
Reference in New Issue