Am Montag, 21. September 2015 05:08:58 UTC+2 schrieb [email protected]: > > We are using puppet 3.8. I'm currently testing our existing modules > compatibility with puppet 4 using parser = future option in puppet.conf. > When i run puppet agent against to this master server, it is showing one > error at a time. once i fix the error, its showing another error. We have > multiple resources wanted to work on updating the existing code to make it > work for puppet 4. > > *Is there a way we can validate all our existing module(s) for puppet 4 > compatibility and get all errors at one time, so we can save lot of time in > updating our existing modules.* >
puppet-lint should detect many problems related to puppet 4 compatability. http://puppet-lint.com/ - Thomas -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/fdfeb4b4-fd27-4038-9a04-81ee3487a9de%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
