Add puppetlabs/certregen module
[mirror/dsa-puppet.git] / 3rdparty / modules / certregen / lib / facter / hostcrl.rb
diff --git a/3rdparty/modules/certregen/lib/facter/hostcrl.rb b/3rdparty/modules/certregen/lib/facter/hostcrl.rb
new file mode 100644 (file)
index 0000000..1d69a66
--- /dev/null
@@ -0,0 +1,4 @@
+Facter.add(:hostcrl) do
+  confine :has_puppet => true
+  setcode { Puppet[:hostcrl] }
+end