Skip to content

Commit afb64f2

Browse files
author
Wilson McCoubrey
committed
(maint) Ensure Modulesync Ignores Rakefile
Updated .sync.yml to ignore the Rakefile due to rototiller tasks being added in MODULES-3373. This should be able to be abstracted and made reuseable across all modules by placing in puppetlabs_spec_helper or other shared library in future, this work is now tracked in MODULES-4529.
1 parent 2590f8d commit afb64f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.sync.yml

+4
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@ NOTICE:
2828
# already using master branch's version
2929
spec/spec_helper.rb:
3030
unmanaged: true
31+
32+
# includes acceptance_tests rototiller rake task added with MODULES-3373
33+
Rakefile:
34+
unmanaged: true

0 commit comments

Comments
 (0)