hi folks,
i'm building a test environment with ~10 VMs right now and i'm looking for a tool that can automate easy changes in config files (for example replace a parameter in a config file).
i don't want to have a huge tool that needs to be configured heavily (like puppet).
i'm thinking of something like this (and if i don't find it here, i'll probably build it myself

)
a daemon runs on all clients as root and checks for changes to be made (for example a new script file lies in a predefined folder) and it runs that script as root.
then i just need a little local script that copies my scripts via scp to all VMs.
that sounds like a huge security risk (and it probably is

), but maybe there's a software out there that has those issues solved already.
and maybe you can help me find it
cheers
benni