summaryrefslogtreecommitdiff
path: root/code/environments/production/modules/certregen/lib/puppet/application/certregen.rb
diff options
context:
space:
mode:
Diffstat (limited to 'code/environments/production/modules/certregen/lib/puppet/application/certregen.rb')
-rw-r--r--code/environments/production/modules/certregen/lib/puppet/application/certregen.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/code/environments/production/modules/certregen/lib/puppet/application/certregen.rb b/code/environments/production/modules/certregen/lib/puppet/application/certregen.rb
new file mode 100644
index 0000000..73d6ca2
--- /dev/null
+++ b/code/environments/production/modules/certregen/lib/puppet/application/certregen.rb
@@ -0,0 +1,4 @@
+require 'puppet/application/face_base'
+
+class Puppet::Application::Certregen < Puppet::Application::FaceBase
+end