From f684e8a1f0addf9187eb5b3d435f201c7da4fc5d Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Wed, 25 Jun 2014 16:06:44 -0700 Subject: [PATCH] Add configuration file for modulesync https://github.com/puppetlabs/modulesync --- .sync.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .sync.yml diff --git a/.sync.yml b/.sync.yml new file mode 100644 index 0000000..d35f212 --- /dev/null +++ b/.sync.yml @@ -0,0 +1,7 @@ +--- +Gemfile: + optional: + - gem: mime-types + version: '<2.0' +spec/spec_helper.rb: + unmanaged: true