Skip to content

Use correct extension on templates

Steve Traylen requested to merge erb into master

New versions of msync expect files to have an extension.

Removes

[straylen@aiadm34 modulesync-configs (master)]$ msync update -f
ci_images --message '0.4.2-rc0 being applied'
WARN: Clearing out unresolved specs.
Please report a bug if this causes problems.
Syncing it-puppet-module-ci_images
Cloning repository fresh
Cloning from
https://:@gitlab.cern.ch:8443/ai/it-puppet-module-ci_images.git
Switching to branch qa
Warning: using './moduleroot//.msync.yml' as template without '.erb' suffix
Warning: using './moduleroot//README.md' as template without '.erb' suffix
Warning: using './moduleroot//.gitlab-ci.yml' as template without '.erb' suffix
Warning: using './moduleroot//ci/Dockerfile' as template without '.erb' suffix
Warning: using './moduleroot//ci/Gemfile' as template without '.erb' suffix
Warning: using './moduleroot//ci/Rakefile' as template without '.erb' suffix

Merge request reports