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', } }