I am migrating puppet to salt. I finished writing all the salt modules and I can easily apply them. In puppet the agent will run puppet agent -t
every 30 min (default setting), the modules will be based on what I write in site.pp. I am currently missing the salt version of "site.pp" and "minion run automatically". That said it's not hard for me to write a script where I can classify the nodes and apply the changes. However, I am pretty sure salt have the functionality, what's the name/term of that?
[link] [comments]