pdksync_heads/master-0-g34e3266

This commit is contained in:
Helen Campbell
2018-05-18 15:21:46 +01:00
parent 3ba9230b0b
commit 891b70a7c6
13 changed files with 82 additions and 77 deletions

View File

@@ -6,7 +6,7 @@ run_puppet_install_helper
install_module_on(hosts)
install_module_dependencies_on(hosts)
UNSUPPORTED_PLATFORMS = %w[Darwin windows].freeze
UNSUPPORTED_PLATFORMS = ['Darwin', 'windows'].freeze
unless ENV['RS_PROVISION'] == 'no' || ENV['BEAKER_provision'] == 'no'
hosts.each do |host|