Add puppetlabs/certregen module
authorAurelien Jarno <aurelien@aurel32.net>
Sat, 30 Mar 2019 12:13:17 +0000 (13:13 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 30 Mar 2019 12:13:17 +0000 (13:13 +0100)
commit8c20cc97eaf30a0aaf9abfba2f33d5b5f9f06ae2
treed82e34ed47807860b5547ebacab91ce0c8a43301
parent1f80b78f88d98160faf661374fc8e760252d131b
Add puppetlabs/certregen module
46 files changed:
3rdparty/Puppetfile
3rdparty/modules/certregen/CHANGELOG.md [new file with mode: 0644]
3rdparty/modules/certregen/CONTRIBUTING.md [new file with mode: 0644]
3rdparty/modules/certregen/Gemfile [new file with mode: 0644]
3rdparty/modules/certregen/LICENSE [new file with mode: 0644]
3rdparty/modules/certregen/MAINTAINERS [new file with mode: 0644]
3rdparty/modules/certregen/MAINTAINERS.md [new file with mode: 0644]
3rdparty/modules/certregen/NOTICE [new file with mode: 0644]
3rdparty/modules/certregen/README.markdown [new file with mode: 0644]
3rdparty/modules/certregen/Rakefile [new file with mode: 0644]
3rdparty/modules/certregen/appveyor.yml [new file with mode: 0644]
3rdparty/modules/certregen/checksums.json [new file with mode: 0644]
3rdparty/modules/certregen/lib/facter/has_puppet.rb [new file with mode: 0644]
3rdparty/modules/certregen/lib/facter/hostcrl.rb [new file with mode: 0644]
3rdparty/modules/certregen/lib/facter/localcacert.rb [new file with mode: 0644]
3rdparty/modules/certregen/lib/puppet/application/certregen.rb [new file with mode: 0644]
3rdparty/modules/certregen/lib/puppet/face/certregen.rb [new file with mode: 0644]
3rdparty/modules/certregen/lib/puppet/feature/chloride.rb [new file with mode: 0644]
3rdparty/modules/certregen/lib/puppet/functions/is_classified_with.rb [new file with mode: 0644]
3rdparty/modules/certregen/lib/puppet/parser/functions/is_classified_with.rb [new file with mode: 0644]
3rdparty/modules/certregen/lib/puppet_x/certregen/ca.rb [new file with mode: 0644]
3rdparty/modules/certregen/lib/puppet_x/certregen/certificate.rb [new file with mode: 0644]
3rdparty/modules/certregen/lib/puppet_x/certregen/crl.rb [new file with mode: 0644]
3rdparty/modules/certregen/lib/puppet_x/certregen/util.rb [new file with mode: 0644]
3rdparty/modules/certregen/manifests/client.pp [new file with mode: 0644]
3rdparty/modules/certregen/metadata.json [new file with mode: 0644]
3rdparty/modules/certregen/spec/acceptance/ca_spec.rb [new file with mode: 0644]
3rdparty/modules/certregen/spec/acceptance/healthcheck_spec.rb [new file with mode: 0644]
3rdparty/modules/certregen/spec/acceptance/help_spec.rb [new file with mode: 0644]
3rdparty/modules/certregen/spec/acceptance/helpers.rb [new file with mode: 0644]
3rdparty/modules/certregen/spec/acceptance/nodesets/centos-7-x64.yml [new file with mode: 0644]
3rdparty/modules/certregen/spec/acceptance/nodesets/debian-8-x64.yml [new file with mode: 0644]
3rdparty/modules/certregen/spec/acceptance/nodesets/default.yml [new file with mode: 0644]
3rdparty/modules/certregen/spec/acceptance/nodesets/docker/centos-7.yml [new file with mode: 0644]
3rdparty/modules/certregen/spec/acceptance/nodesets/docker/debian-8.yml [new file with mode: 0644]
3rdparty/modules/certregen/spec/acceptance/nodesets/docker/ubuntu-14.04.yml [new file with mode: 0644]
3rdparty/modules/certregen/spec/acceptance/workflow_regen_after_expire_spec.rb [new file with mode: 0644]
3rdparty/modules/certregen/spec/acceptance/workflow_regen_before_expire_spec.rb [new file with mode: 0644]
3rdparty/modules/certregen/spec/classes/client_spec.rb [new file with mode: 0644]
3rdparty/modules/certregen/spec/integration/puppet/face/certregen_spec.rb [new file with mode: 0644]
3rdparty/modules/certregen/spec/integration/puppet_x/certregen/ca_spec.rb [new file with mode: 0644]
3rdparty/modules/certregen/spec/integration/puppet_x/certregen/certificate_spec.rb [new file with mode: 0644]
3rdparty/modules/certregen/spec/integration/puppet_x/crl_spec.rb [new file with mode: 0644]
3rdparty/modules/certregen/spec/spec_helper.rb [new file with mode: 0644]
3rdparty/modules/certregen/spec/spec_helper_acceptance.rb [new file with mode: 0644]
3rdparty/modules/certregen/spec/spec_helper_local.rb [new file with mode: 0644]