Add octocatalog-diff job
[mirror/dsa-puppet.git] / .octocatalog-diff.cfg.rb
diff --git a/.octocatalog-diff.cfg.rb b/.octocatalog-diff.cfg.rb
new file mode 100644 (file)
index 0000000..6fcf5f0
--- /dev/null
@@ -0,0 +1,12 @@
+module OctocatalogDiff
+  class Config
+    def self.config
+      settings = {}
+      settings[:hiera_config] = 'spec/octocatalog/hiera.yaml'
+      settings[:hiera_path] = 'hieradata'
+      settings[:storeconfigs] = false
+      settings[:validate_references] = %w(before notify require subscribe)
+      settings
+    end
+  end
+end