summaryrefslogtreecommitdiff
path: root/spec/spec_helper_acceptance.rb
diff options
context:
space:
mode:
authorDavid Schmitt <david.schmitt@puppetlabs.com>2016-04-13 20:50:11 +0100
committerDavid Schmitt <david.schmitt@puppet.com>2016-04-18 20:15:09 +0100
commitee6413b95a7b88626d0011cc2464d77ca186d832 (patch)
treecf8fbed3cba53305d40f98dea1a3ad00e1f10687 /spec/spec_helper_acceptance.rb
parent733508677dbafe3e48bf170342d2f4ee0f1c3201 (diff)
Update to newest modulesync_configs [9ca280f]
Diffstat (limited to 'spec/spec_helper_acceptance.rb')
-rwxr-xr-xspec/spec_helper_acceptance.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb
index eda0d1a..8a1907f 100755
--- a/spec/spec_helper_acceptance.rb
+++ b/spec/spec_helper_acceptance.rb
@@ -25,7 +25,7 @@ RSpec.configure do |c|
end
def is_future_parser_enabled?
- if default[:type] == 'aio'
+ if default[:type] == 'aio' || ENV['PUPPET_INSTALL_TYPE'] == 'agent'
return true
elsif default[:default_apply_opts]
return default[:default_apply_opts][:parser] == 'future'