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.
 
 
Charlie Root 2e91b76747 Initial commit 1 week ago
scripts use variable sievc path 4 weeks ago
templates Initial commit 3 weeks ago
LICENSE Change copright notice 2 months ago
README.md Fixed spelling 2 months ago
apache.cf Matomo logging works 2 weeks ago
certbot.cf use local_dcp instead of local_cp 2 weeks ago
dovecot.cf Integrated globa sieve after script to move X-Spam yes to Junk 4 weeks ago
git.cf Initial commit 2 months ago
gitea.cf Initial commit 3 weeks ago
lib.cf Simple bundle to edit /etc/hosts 2 weeks ago
logrot.cf Initial commit 1 week ago
mailserver.cf Set mariadb to fals for FreeBSD 3 weeks ago
matomo.cf Initial commit 1 week ago
mysql.cf Fixes mysql version on FreeBSD 2 weeks ago
opendkim.cf installs system_repos first 4 weeks ago
php.cf php-fpm socket fixed 2 weeks ago
postfix.cf Use default postfix packagea 2 weeks ago
redis.cf Initial commit 1 month ago
roundcube.cf password_recover plugin integration 3 weeks ago
rspamd.cf restores password-has.txt if deleted 4 weeks ago
strongswan.cf handle for system repos added 1 month ago
sympa.cf intall_pkgs bundle added 4 weeks ago
vim.cf Fixes for fedora 1 month ago
vimbadmin.cf FreeBSD adaptions 4 weeks ago
wget.cf Handle for wget installed 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"
    }
}