Skip to content

Commit

Permalink
[sous-chefsGH-476] Updated test::site recipe to start FTP site, as th…
Browse files Browse the repository at this point in the history
…is is part of the inspec tests

- The inspec verifier for the site suite expects the ftp site to be running
however the action start is not specified. How these tests passed before I'm
not sure
  • Loading branch information
dave-q committed Apr 1, 2021
1 parent d811529 commit 5e7fb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cookbooks/test/recipes/site.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
path "#{node['iis']['docroot']}\\ftp_site_test"
application_pool 'DefaultAppPool'
bindings 'ftp/*:21:*'
action [:add, :config]
action [:add, :config, :start]
end

directory "#{node['iis']['docroot']}\\mytest" do
Expand Down

0 comments on commit 5e7fb44

Please sign in to comment.