Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Puppet like syntax for python

Tags:

python

puppet

Anyone know of any good ways to do puppet like pp files for python. Almost like config files that can inherit other configs files and also have limited logic in them like if statements and variables?

Thanks!

like image 884
Mike Avatar asked Jan 20 '23 05:01

Mike


1 Answers

Kokki is an interesting project which attempts to be Chef / Puppet but for Python. It looks a little immature to use in production, but if you're looking for a Python-based configuration management system and don't want to use something more well established (and heavy-handed) like Bcfg2, I'd go with Kokki.

like image 57
fisch0920 Avatar answered Jan 29 '23 12:01

fisch0920