Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 902 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 902 Bytes

ra10ke

Gem Version

Rake tasks related to R10K and Puppetfile.

Usage

Add the following line to your Gemfile:

gem 'ra10ke'

Add the following line in your Rakefile:

require 'ra10ke'

Rake tasks

r10k:syntax

Syntax check for the Puppetfile. Similar to the r10k puppetfile check command.

r10k:dependencies

This rake task goes through the modules that are declared in the Puppetfile, and prints outdated modules.

Limitations

  • It works only with modules from the Forge. Git and SVN modules will be ignored.
  • The version has to be specified explicitly. If it is omitted, or it is :latest, the module will be ignored.