blob: b03cb9b7493d6822af142d231faaee5659f19c3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
This directory contains scripts to help with upgrading from Bcfg2 1.3
to 1.4.
migrate_decisions.py
- Convert old group- and host-specific whitelist and blacklist
files into structured XML
convert_bundles.py
- Remove deprecated explicit bundle names, rename .genshi bundles
to .xml
migrate_sslca.py
- Migrate from the standalone SSLCA plugin to the built-in SSL
certificate generation abilities of the Cfg plugin
|