diff options
author | Nicolas Vigier <boklm@mageia.org> | 2012-09-04 15:59:40 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2012-09-04 15:59:40 +0000 |
commit | a7097c4f99018928bc397071717bab3139c94571 (patch) | |
tree | dab8d1322821c087241ffdf918a6142c352c35b1 /deployment/mga_buildsystem | |
parent | b8493948c1fa80ed50a91dc0a3680eb9d53a30f9 (diff) | |
download | puppet-a7097c4f99018928bc397071717bab3139c94571.tar puppet-a7097c4f99018928bc397071717bab3139c94571.tar.gz puppet-a7097c4f99018928bc397071717bab3139c94571.tar.bz2 puppet-a7097c4f99018928bc397071717bab3139c94571.tar.xz puppet-a7097c4f99018928bc397071717bab3139c94571.zip |
add mga_buildsystem::mainnode class
Diffstat (limited to 'deployment/mga_buildsystem')
-rw-r--r-- | deployment/mga_buildsystem/manifests/mainnode.pp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/deployment/mga_buildsystem/manifests/mainnode.pp b/deployment/mga_buildsystem/manifests/mainnode.pp new file mode 100644 index 00000000..a744f22a --- /dev/null +++ b/deployment/mga_buildsystem/manifests/mainnode.pp @@ -0,0 +1,8 @@ +class mga_buildsystem::mainnode { + include buildsystem::mainnode + include buildsystem::sync20101 + include buildsystem::release + include buildsystem::maintdb + include buildsystem::binrepo + include buildsystem::repoctl +} |