Skip to content

Commit b874dd3

Browse files
Eric Putnameputnam
Eric Putnam
authored andcommitted
(MODULES-4819) remove include_src parameter from vhost_spec
include_src is no longer a parameter in apt::source, which is used in vhost_spec as part of the fastcgi test. Instead, include has replaced include_src as a hash with keys 'deb' and 'src'. 'src' defaults to false as of apt 4.0.0 so I removed include_src altogether with no replacement
1 parent ad5c81a commit b874dd3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

spec/acceptance/vhost_spec.rb

-3
Original file line numberDiff line numberDiff line change
@@ -1589,21 +1589,18 @@ class { 'apache': }
15891589
location => $_location,
15901590
release => $_release,
15911591
repos => $_repos,
1592-
include_src => false,
15931592
}
15941593
15951594
apt::source { "${_os}_${_release}-updates":
15961595
location => $_location,
15971596
release => "${_release}-updates",
15981597
repos => $_repos,
1599-
include_src => false,
16001598
}
16011599
16021600
apt::source { "${_os}_${_release}-security":
16031601
location => $_security_location,
16041602
release => $_release_security,
16051603
repos => $_repos,
1606-
include_src => false,
16071604
}
16081605
EOS
16091606

0 commit comments

Comments
 (0)