diff options
author | Olivier Blin <blino@mageia.org> | 2010-11-21 17:47:29 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2010-11-21 17:47:29 +0000 |
commit | ae69c33dc02b1b660d5a2a5b282f373eb84d7565 (patch) | |
tree | efd9083daaf4564aff3bba7a7d572a720f976f48 /modules | |
parent | 7cdf3b06605527bbb71100e4d19ca2fac71dba9e (diff) | |
download | puppet-ae69c33dc02b1b660d5a2a5b282f373eb84d7565.tar puppet-ae69c33dc02b1b660d5a2a5b282f373eb84d7565.tar.gz puppet-ae69c33dc02b1b660d5a2a5b282f373eb84d7565.tar.bz2 puppet-ae69c33dc02b1b660d5a2a5b282f373eb84d7565.tar.xz puppet-ae69c33dc02b1b660d5a2a5b282f373eb84d7565.zip |
include iurtuser on main node as well
Diffstat (limited to 'modules')
-rw-r--r-- | modules/buildsystem/manifests/init.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp index 7f0f2483..16e7daac 100644 --- a/modules/buildsystem/manifests/init.pp +++ b/modules/buildsystem/manifests/init.pp @@ -1,6 +1,8 @@ class buildsystem { class mainnode { + include iurtuser + package { "task-bs-cluster-main": ensure => "installed" } |