Skip to content

Drop specific puppet4_strict test

Steve Traylen requested to merge strict into master

rspec puppet now uses strict_variables true by default. So the puppet4_strict test is now redundant.

Note while puppet rspec is strict puppet4 itself and perhaps even puppet5 is not strict.

While strict is good practice it is not an abosolute requirement.

Add .msync.yml variable to allow strict setting of rspec test to be set. i.e.

.gitlab-ci.yml:
  strict_variables: 'no'

will set STRICT_VARIABLES="yes" environment when executing rspec tests.

Merge request reports