diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-05-23 15:07:32 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-05-23 15:07:32 +0000 |
commit | b7ad1c5f9dd244a7756ad691735a2e2d648f7920 (patch) | |
tree | 1ee2885aa7d5ddf0a67c226d68254de3a52d9475 /modules/buildsystem | |
parent | 4bafe0424bcc55402117d890ddb73d4d1e6af015 (diff) | |
download | puppet-b7ad1c5f9dd244a7756ad691735a2e2d648f7920.tar puppet-b7ad1c5f9dd244a7756ad691735a2e2d648f7920.tar.gz puppet-b7ad1c5f9dd244a7756ad691735a2e2d648f7920.tar.bz2 puppet-b7ad1c5f9dd244a7756ad691735a2e2d648f7920.tar.xz puppet-b7ad1c5f9dd244a7756ad691735a2e2d648f7920.zip |
buildsystem::var::webstatus: add comments
Diffstat (limited to 'modules/buildsystem')
-rw-r--r-- | modules/buildsystem/manifests/var/webstatus.pp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/var/webstatus.pp b/modules/buildsystem/manifests/var/webstatus.pp index 85027a26..371db756 100644 --- a/modules/buildsystem/manifests/var/webstatus.pp +++ b/modules/buildsystem/manifests/var/webstatus.pp @@ -1,3 +1,9 @@ +# $svn_url: +# svn url where the sources of webstatus are located +# $hostname: +# vhost name of the webstatus page +# $location: +# path of the directory where the webstatus files are located class buildsystem::var::webstatus( $svn_url = "svn://svn.mageia.org/soft/build_system/web/", $hostname = "pkgsubmit.$::domain", |