Skip to content

Instantly share code, notes, and snippets.

@fujin
Created February 2, 2016 23:54
Show Gist options
  • Save fujin/a68cfa7e28c74d00cf11 to your computer and use it in GitHub Desktop.
Save fujin/a68cfa7e28c74d00cf11 to your computer and use it in GitHub Desktop.
it 'should manually link the socket service' do
link = chef_run.link(
format(
'/etc/systemd/system/containers.target.wants/%s',
stunnel_socket_name
))
expect(link).to link_to(
format(
'/etc/systemd/system/%s',
stunnel_socket_name
)
)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment