OpenGreekAndLatin / leipzig_cts

GNU General Public License v3.0
1 stars 1 forks source link

Empty init.pp is no longer required #24

Open binford2k opened 5 years ago

binford2k commented 5 years ago

Puppet used to require an init.pp file back in the early days and would fail if it were not found. This led to the pattern of creating an init.pp manifest, even if it was empty.

This is no longer needed and may be deprecated in the future. In addition, Puppet 6.0.0 has a minor regression (corrected in 6.0.1) and will fail validation on an empty init.pp.

See https://tickets.puppetlabs.com/browse/PUP-9190 for discussion.