Configuration tools like puppet, chef, Terraform, Ansible etc are used to orchestrate the configuration on remote systems. If the desired...
Configuration tools like puppet, chef, Terraform, Ansible etc are used to orchestrate the configuration on remote systems.
If the desired state of the task is already present on the destination server then these tools do not perform any action because the desired state is already equal to the current state. This concept is called Idempotency.
COMMENTS