/[adm]/puppet/modules/buildsystem/manifests/var/webstatus.pp
ViewVC logotype

Contents of /puppet/modules/buildsystem/manifests/var/webstatus.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3181 - (show annotations) (download)
Thu May 23 15:07:35 2013 UTC (10 years, 10 months ago) by boklm
File size: 756 byte(s)
buildsystem: create config file for webstatus

Create /etc/bs-webstatus.conf config file using new parameters from
buildsystem::var::webstatus.
1 # $svn_url:
2 # svn url where the sources of webstatus are located
3 # $hostname:
4 # vhost name of the webstatus page
5 # $location:
6 # path of the directory where the webstatus files are located
7 # $package_commit_url:
8 # url to view a commit on a package. %d is replaced by the commit id.
9 # $theme_name:
10 # name of the webstatus theme
11 # $themes_dir:
12 # path of the directory where the themes are located. If you want
13 # to use a theme not included in webstatus, you need to change this.
14 class buildsystem::var::webstatus(
15 $svn_url = "svn://svn.mageia.org/soft/build_system/web/",
16 $hostname = "pkgsubmit.$::domain",
17 $location = '/var/www/bs',
18 $package_commit_url,
19 $theme_name = 'mageia',
20 $themes_dir = '/var/www/bs/themes/'
21 ) {
22 }

  ViewVC Help
Powered by ViewVC 1.1.30