Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

judy

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

judy

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Judy

Judy

Judy is an all-in-one toolbox for Puppet. It's a mixture of Rake tasks to add to a pre-existing project and a CLI to allow you to run common puppet tasks through the command-line.

Current Puppet tools used by Judy

Rake-tasks

Some pre-made rake tasks are avaliable in the gem, to run puppet-lint on all .pp files, and to run puppet parse all .pp files

Just add

gem "judy"

To your Gemfile and then add

require "judy/tasks"

Now when you run bundle exec rake -T in your app, you should see the judy tasks:

rake lint     # Judy: Run puppet-lint
rake parse    # Judy: Parse puppet files

Commands

Parse

On an invidiual file:

$ judy parse init.pp
Parsing with Puppet Version: 3.3.0
No error found on init.pp
Parse complete!

Or on a directory:

$ judy parse /etc/puppet/modules/
Parsing with Puppet Version: 3.3.0
Loading directory, looking for all puppet files...
No error found on /etc/puppet/modules/nginx/init.pp
Parser Error! File: /etc/puppet/modules/nginx/service.pp - Error: Syntax error at ','; expected '}' at /etc/puppet/modules/nginx/service.pp:13
Parse complete!

Help

For a complete overview of all of the available commands, run:

$ judy help

Feel free to open issues in case of bugs or improvments.

Contributing

See the contributing guide. Pull-requests welcome!

FAQs

Package last updated on 12 Feb 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc