blob: 115995aba2e726057bfa4d6cd378958730a38a63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
class buildsystem::repository {
include buildsystem::var::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',
}
}
|