aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/repository.pp
blob: d87c125e84a573e3fd9c9ea0a8808105abb2eed6 (plain)
1
2
3
4
5
6
7
8
9
10
class buildsystem::repository {
    file { [ $buildsystem::var::repository::bootstrap_root,
             $buildsystem::var::repository::bootstrap_reporoot ] :
	ensure => directory,
    }

    apache::vhost::other_app { $buildsystem::var::repository::hostname:
	vhost_file => 'buildsystem/vhost_repository.conf',
    }
}