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