From: Colleen Murphy Date: Wed, 25 Jun 2014 16:32:54 +0000 (-0700) Subject: Add configuration file for modulesync X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=18c5231469a885b5166cfa954f297127224c61f6;p=puppet-stdlib.git Add configuration file for modulesync https://github.com/puppetlabs/modulesync --- diff --git a/.sync.yml b/.sync.yml new file mode 100644 index 0000000..ac79bae --- /dev/null +++ b/.sync.yml @@ -0,0 +1,9 @@ +--- +.travis.yml: + unmanaged: true +Rakefile: + unmanaged: true +Gemfile: + unmanaged: true +spec/spec_helper.rb: + unmanaged: true