Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 6ae21a9

Browse files
author
Jarret Lavallee
committed
(gh-172) Add the curl package to debian acceptance test nodes
Prior to this commit, influxdb was failing to start because of a new requirement on curl. This commit adds that package to the debian docker nodes.
1 parent 2bc3878 commit 6ae21a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper_acceptance_local.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
provider => puppet_gem,
1919
}
2020
if $facts['os']['family'] == 'Debian' {
21-
package{['lsb-release','iproute2']:
21+
package{['lsb-release','iproute2','curl']:
2222
ensure => installed,
2323
}
2424
}

0 commit comments

Comments
 (0)