I have a puppet script which I want to execute whenever I need it.
I don't want this script to execute in every scheduled time.
so is there any way to achieve it ?
for better understanding i will give an example of Jenkins. In Jenkins we can do build in 2 ways. one is by scheduling the the job and another is by clicking on build button. Same kind of solution I am looking for.
In case of puppet the solution can e anything, it should be able to run my puppet script manually whenever required.
↧