diff options
author | Colleen Murphy <colleen@puppetlabs.com> | 2014-06-25 09:32:54 -0700 |
---|---|---|
committer | Colleen Murphy <colleen@puppetlabs.com> | 2014-06-25 16:17:54 -0700 |
commit | 18c5231469a885b5166cfa954f297127224c61f6 (patch) | |
tree | cda08f3826feac21ad05fe31fe1d5f31227fd80c | |
parent | f0495091551d439f27fc0ef86a9f23b81e1138eb (diff) | |
download | puppet-stdlib-18c5231469a885b5166cfa954f297127224c61f6.tar.gz puppet-stdlib-18c5231469a885b5166cfa954f297127224c61f6.tar.bz2 |
Add configuration file for modulesync
https://github.com/puppetlabs/modulesync
-rw-r--r-- | .sync.yml | 9 |
1 files changed, 9 insertions, 0 deletions
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 |