diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-04-22 18:17:01 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-04-22 18:17:01 +0000 |
commit | 75ba7f98e5217c0183e06683ccf37d925422f99f (patch) | |
tree | f10a4040063aa5740b1e113627cf8aa9921abf44 /manifests/nodes.pp | |
parent | 4d8a6216fbaced00c75f2dc234a2bddeb10ef8b2 (diff) | |
download | puppet-75ba7f98e5217c0183e06683ccf37d925422f99f.tar puppet-75ba7f98e5217c0183e06683ccf37d925422f99f.tar.gz puppet-75ba7f98e5217c0183e06683ccf37d925422f99f.tar.bz2 puppet-75ba7f98e5217c0183e06683ccf37d925422f99f.tar.xz puppet-75ba7f98e5217c0183e06683ccf37d925422f99f.zip |
add script to copy 2010.1 rpms on valstar
Diffstat (limited to 'manifests/nodes.pp')
-rw-r--r-- | manifests/nodes.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/nodes.pp b/manifests/nodes.pp index 4afe3dc5..d594850a 100644 --- a/manifests/nodes.pp +++ b/manifests/nodes.pp @@ -22,6 +22,7 @@ node valstar { include ssh::auth::keymaster include buildsystem::mainnode include buildsystem::mgacreatehome + include buildsystem::sync20101 include softwarekey::base include access_classes::committers |