lorax/tests/pylorax/blueprints/example-http-server.toml
Brian C. Lane a53f1b8c63 tests: Make it easier to update version globs
Use constants so we won't have to edit a dozen places in the test when
the package versions are bumped.

(cherry picked from commit 6242ae8b18)

Related: rhbz#171282
2019-05-28 10:53:39 -07:00

32 lines
443 B
TOML

name = "example-http-server"
description = "An example http server with PHP and MySQL support."
version = "0.0.1"
[[modules]]
name = "httpd"
version = "2.4.*"
[[modules]]
name = "mod_ssl"
version = "2.4.*"
[[modules]]
name = "php"
version = "7.*"
[[modules]]
name = "php-mysqlnd"
version = "7.*"
[[packages]]
name = "tmux"
version = "*"
[[packages]]
name = "openssh-server"
version = "7.*"
[[packages]]
name = "rsync"
version = "3.1.*"