Rake tasks related to R10K and Puppetfile.
Simply add the following line in your Gemfile
:
require 'ra10ke'
Syntax check for the Puppetfile. Similar to the r10k puppetfile check
command.
This rake task goes through the modules that are declared in the Puppetfile, and prints outdated modules.
- 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.