/[adm]/puppet/modules/buildsystem/manifests/repository.pp
ViewVC logotype

Contents of /puppet/modules/buildsystem/manifests/repository.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2528 - (show annotations) (download)
Fri Mar 16 22:47:03 2012 UTC (12 years, 1 month ago) by misc
File size: 115 byte(s)
refactor and split all operation for the repository ( ie /distrib/bootstrap, that should be renamed one day, since that's not longer a bootstrap ) in one submodule, thus emptying a little bit more mainnode.pp
1 class buildsystem::repository {
2 $dir = '/distrib/bootstrap'
3 file { $dir:
4 ensure => directory,
5 }
6 }

  ViewVC Help
Powered by ViewVC 1.1.30