Add puppet/archive module, required for newer puppet/rabbitmq
[mirror/dsa-puppet.git] / 3rdparty / modules / archive / spec / support / shared_contexts.rb
diff --git a/3rdparty/modules/archive/spec/support/shared_contexts.rb b/3rdparty/modules/archive/spec/support/shared_contexts.rb
new file mode 100644 (file)
index 0000000..7147b9f
--- /dev/null
@@ -0,0 +1,6 @@
+shared_context :some_context do
+  # example only,
+  let(:hiera_data) do
+    {}
+  end
+end