316d7636e9
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
6 lines
118 B
Ruby
6 lines
118 B
Ruby
require 'puppet-lint/tasks/puppet-lint'
|
|
require 'puppetlabs_spec_helper/rake_tasks'
|
|
|
|
task :default => [:spec, :lint]
|
|
|