Skip to content

cleonte/puppet-watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Puppet-watch

*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

Installation (Ubuntu)

  1. sudo apt-get install g++ ruby1.8-dev libnotify-bin
  2. sudo gem install eventmachine em-dir-watcher rb-inotify
  3. Run the script: ruby puppet-watch.rb directory

Thanks

Releases

No releases published

Packages

No packages published

Languages