Here’s a quick tip you might not know about. In Puppet, you can set a global path option for all Exec resources. This saves you from having to prefix all of your commands with the absolute path.
Just throw this at the top of your file:
Exec { path => ['/usr/sbin', '/usr/bin', '/sbin', '/bin'] }
Source: http://www.puppetcookbook.com/posts/set-global-exec-path.html
Really great stuff ,especially like your explanation about the devops.
Thanks for sharing this article you have a good command on DevOps. I follow this blog for the future posts
Thanks for sharing this- good stuff! Keep up the great work, we look forward to reading more from you in the future!