Gradle DSL/Plugin for System installation maintenance similar to puppet scripts

Hi, I recently had small exposure to puppet script and my first impression was can the same thing not be easily done using a dedicated Gradle DSL ? Has anyone every had the same idea ? Thank you, Oscar

Puppet and Chef are specialist tools for system configuration management. Gradle is not.

You could do this kind of thing with Gradle, but it will be much more work than using a dedicated tool with a lot of existing support.