From d1719de1d77b9c139b1b5f5832330807c0fe11fe Mon Sep 17 00:00:00 2001 From: Jacob Helwig Date: Mon, 4 Jun 2018 11:30:09 -0700 Subject: Initial sshkey type import from Puppet repository Imported from dbf5a8964af9b87446542d24f46534cf90f11f59 in the Puppet repo. --- Rakefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Rakefile (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..ef5f698 --- /dev/null +++ b/Rakefile @@ -0,0 +1,7 @@ +require 'puppetlabs_spec_helper/rake_tasks' +require 'puppet-syntax/tasks/puppet-syntax' +require 'puppet_blacksmith/rake_tasks' if Bundler.rubygems.find_name('puppet-blacksmith').any? +require 'puppet-lint/tasks/puppet-lint' + +PuppetLint.configuration.send('disable_relative') + -- cgit v1.2.3