You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 week ago | |
---|---|---|
scripts | 4 weeks ago | |
templates | 3 weeks ago | |
LICENSE | 2 months ago | |
README.md | 2 months ago | |
apache.cf | 2 weeks ago | |
certbot.cf | 2 weeks ago | |
dovecot.cf | 4 weeks ago | |
git.cf | 2 months ago | |
gitea.cf | 3 weeks ago | |
lib.cf | 2 weeks ago | |
logrot.cf | 1 week ago | |
mailserver.cf | 3 weeks ago | |
matomo.cf | 1 week ago | |
mysql.cf | 2 weeks ago | |
opendkim.cf | 4 weeks ago | |
php.cf | 2 weeks ago | |
postfix.cf | 2 weeks ago | |
redis.cf | 1 month ago | |
roundcube.cf | 3 weeks ago | |
rspamd.cf | 4 weeks ago | |
strongswan.cf | 1 month ago | |
sympa.cf | 4 weeks ago | |
vim.cf | 1 month ago | |
vimbadmin.cf | 4 weeks ago | |
wget.cf | 2 weeks ago |
README.md
wmdeit-cf-files
INSTALL
Assuming your CFEngine installation resists under /var/cfengine run the following commands:
cd /var/cfengine/masterfiles
git clone https://srcsrv.wikimedia.de/WMDE/wmdeit-cf-wmdelib.git wmdelib
Edit the file /var/cfengine/masterfiles/def.json and add the lines seen below to the inputs and vars section:
{
"inputs": [
...
"$(wmde_libdir)/lib.cf",
"$(wmde_libdir)/vim.cf",
"$(wmde_libdir)/postfix.cf"
]
,
"vars":{
...
"wmde_libdir": "wmdelib"
}
}