You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
puts"We need to add the following modules to plumbing: #{missing_in_plumbing.join(', ')}"ifmissing_in_plumbing.count > 0
181
174
puts"We need to do an initial modulesync on: #{really_need_an_initial_modulesync.join(', ')}"ifreally_need_an_initial_modulesync.count > 0
182
175
puts"we need to do a normal modulesync on: #{need_another_sync.join(', ')}"ifneed_another_sync.count > 0
183
176
puts"We need to check Puppets version_requirement on these modules because it is not equal to #{PUPPET_SUPPORT_RANGE}: #{modules_with_incorrect_puppet_version_range.join(', ')}"ifmodules_with_incorrect_puppet_version_range.count > 0
0 commit comments