Skip to content

Commit

Permalink
fix(prepare): PEBKAC's typo
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbertoli committed Aug 6, 2019
1 parent 3546f88 commit 5808511
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion matrix.csv
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ centos,6,2017.7,stable,2

# DEBIAN
debian,10,develop,git,3
# Stable package for buster fails to install on salt-common dependencies
# Stable packages for buster are not ready yet
# https://saltstackcommunity.slack.com/archives/C8E7RJCPN/p1562940070040900
# leaving commented until it's fixed in the bootstrapper
# debian,10,2019.2,stable,3
debian,10,2019.2,stable,2
Expand Down
2 changes: 1 addition & 1 deletion scripts/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ case ${OS} in

# https://github.com/inspec/train/issues/377
if [ ! -e /etc/SuSE-release ]; then
ln -s /etc/os-release /etc/SuSE-releasea
ln -s /etc/os-release /etc/SuSE-release
fi
zypper refresh && zypper install -y ${O_PKGS}
systemctl enable sshd
Expand Down

0 comments on commit 5808511

Please sign in to comment.