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

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