fuel-library/deployment/puppet/openssl/Rakefile
Guillaume Thouvenin 316d7636e9 Import the camptocamp openssl module version 0.3.1.
It is a new module that will be used to manage SSL keys and
certificates. It allows:
  - The generation of SSL keys,
  - The generation of SSL certificate from private key
  - The generation of SSL certificate signing request

Change-Id: I4a6a7b78d58fd17ea133421bc326fe2d3d65b409
Implements: blueprint ssl-endpoints
2014-09-17 15:29:45 +00:00

6 lines
118 B
Ruby

require 'puppet-lint/tasks/puppet-lint'
require 'puppetlabs_spec_helper/rake_tasks'
task :default => [:spec, :lint]