2c28c85afe
dnf 3.3.0 doesn't want to depsolve it, it isn't essential to the blueprint, so drop it. Related: rhbz#1613058
32 lines
449 B
TOML
32 lines
449 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.2.*"
|
|
|
|
[[modules]]
|
|
name = "php-mysqlnd"
|
|
version = "7.2.*"
|
|
|
|
[[packages]]
|
|
name = "tmux"
|
|
version = "2.7"
|
|
|
|
[[packages]]
|
|
name = "openssh-server"
|
|
version = "7.*"
|
|
|
|
[[packages]]
|
|
name = "rsync"
|
|
version = "3.1.*"
|