X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=3rdparty%2Fmodules%2Fcertregen%2Flib%2Fpuppet%2Fapplication%2Fcertregen.rb;fp=3rdparty%2Fmodules%2Fcertregen%2Flib%2Fpuppet%2Fapplication%2Fcertregen.rb;h=73d6ca2badd0d91fbf074249c3b6bd1f93fb345d;hb=8c20cc97eaf30a0aaf9abfba2f33d5b5f9f06ae2;hp=0000000000000000000000000000000000000000;hpb=1f80b78f88d98160faf661374fc8e760252d131b;p=mirror%2Fdsa-puppet.git diff --git a/3rdparty/modules/certregen/lib/puppet/application/certregen.rb b/3rdparty/modules/certregen/lib/puppet/application/certregen.rb new file mode 100644 index 000000000..73d6ca2ba --- /dev/null +++ b/3rdparty/modules/certregen/lib/puppet/application/certregen.rb @@ -0,0 +1,4 @@ +require 'puppet/application/face_base' + +class Puppet::Application::Certregen < Puppet::Application::FaceBase +end