Skip to content

Add .erb extension to files

David Moreno Garcia requested to merge extensions into master

Modulesync was not syncing all files lately. This was more obvious in new modules where even directories are missing.

The problem is caused by an update of modulesync that forces all files to be ERB templates. Current modulesync-configs files have to be renamed for this to work.

Tested with msync over boinc_client module:

Files added:
ci/README.md
ci/boilerplate/.fixtures.yml
ci/boilerplate/.rspec
ci/boilerplate/metadata.json
ci/boilerplate/spec/classes/coverage_spec.rb
ci/boilerplate/spec/classes/init_spec.rb
ci/boilerplate/spec/default_facts.yml
ci/boilerplate/spec/defines/mytype_spec.rb
ci/boilerplate/spec/hiera.yaml
ci/boilerplate/spec/spec_helper.rb
.gitignore

Merge request reports