*Automatic syntax checking for your puppet manifests, instant notifications to your desktop using libnotify
- Puppet-Watch is a ruby script that watches if there is any changes to your puppet manifests (by monitoring .pp files) and sends notifications to your desktop if the puppet manifest you just created/edited passes the syntax checks or not.
- It aims to facilitate the development of puppet code by sending instant notifications to your Ubuntu Desktop
sudo apt-get install g++ ruby1.8-dev libnotify-bin
sudo gem install eventmachine em-dir-watcher rb-inotify
- Run the script:
ruby puppet-watch.rb directory
- Based on AhmedElGamil https://github.com/AhmedElGamil/puppet-growl/blob/master/README.md