How can i get results of puppet apply -t --noop
in some script readable way? Are there any resources to apply? I suppose there should be something better then GREP :)
Making some modification to the underling puppet infrastructure and i would like to make sure that applications are not affected.
Scenario of orchestration:
- stop puppet agent
- do my stuff
- run
puppet agent -t --noop
- if (3) applied resurces => rollback!
- start puppet agent