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

Contents of /puppet/modules/buildsystem/manifests/repository.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3172 - (show annotations) (download)
Thu May 23 15:07:13 2013 UTC (10 years, 10 months ago) by boklm
File size: 361 byte(s)
buildsystem::repository: add include
1 class buildsystem::repository {
2 include buildsystem::var::repository
3 file { [ $buildsystem::var::repository::bootstrap_root,
4 $buildsystem::var::repository::bootstrap_reporoot ] :
5 ensure => directory,
6 }
7
8 apache::vhost::other_app { $buildsystem::var::repository::hostname:
9 vhost_file => 'buildsystem/vhost_repository.conf',
10 }
11 }

  ViewVC Help
Powered by ViewVC 1.1.30