c26477a63c
The freeze function was not being tested. Add a test for it using the repos.git test recipe.
21 lines
405 B
TOML
21 lines
405 B
TOML
name = "http-server"
|
|
description = "An example http server with PHP and MySQL support."
|
|
version = "0.0.1"
|
|
|
|
[[modules]]
|
|
name = "httpd"
|
|
version = "2.4.*"
|
|
|
|
[[modules]]
|
|
name = "php"
|
|
version = "5.4.*"
|
|
|
|
[[repos.git]]
|
|
rpmname="server-config-files"
|
|
rpmversion="1.0"
|
|
rpmrelease="1"
|
|
summary="Setup files for server deployment"
|
|
repo="https://github.com/bcl/server-config-files"
|
|
ref="v3.0"
|
|
destination="/srv/config/"
|