From fe73c2be0992015286bc652439640d7f88049b43 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 24 Mar 2016 10:17:04 -0700 Subject: [PATCH] (maint) Remove redundant version declaration Use the variable to ensure tests for same version use the same source. --- spec/classes/puppet_agent_windows_install_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/classes/puppet_agent_windows_install_spec.rb b/spec/classes/puppet_agent_windows_install_spec.rb index 8bc4f01de..d7fc98b2f 100644 --- a/spec/classes/puppet_agent_windows_install_spec.rb +++ b/spec/classes/puppet_agent_windows_install_spec.rb @@ -38,7 +38,7 @@ end Puppet::Parser::Functions.newfunction(:pe_compiling_server_aio_build, :type => :rvalue) do |args| - '1.2.1.1' + package_version end end