
Includes various license files, manifests, vagrantfile for dev, and empty documentation. Run 'vagrant up' or 'vagrant provision' in the root directory, and you will get a VM that runs the puppet module and has a local network IP address of 192.168.99.88.
9 lines
400 B
Ruby
9 lines
400 B
Ruby
require 'rubygems'
|
|
require 'puppetlabs_spec_helper/rake_tasks'
|
|
require 'puppet-lint/tasks/puppet-lint'
|
|
PuppetLint.configuration.fail_on_warnings = true
|
|
PuppetLint.configuration.send('disable_80chars')
|
|
PuppetLint.configuration.send('disable_autoloader_layout')
|
|
PuppetLint.configuration.send('disable_class_inherits_from_params_class')
|
|
PuppetLint.configuration.send('disable_class_parameter_defaults')
|