aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <blino@mageia.org>2010-11-21 17:47:29 +0000
committerOlivier Blin <blino@mageia.org>2010-11-21 17:47:29 +0000
commitae69c33dc02b1b660d5a2a5b282f373eb84d7565 (patch)
treeefd9083daaf4564aff3bba7a7d572a720f976f48
parent7cdf3b06605527bbb71100e4d19ca2fac71dba9e (diff)
downloadpuppet-ae69c33dc02b1b660d5a2a5b282f373eb84d7565.tar
puppet-ae69c33dc02b1b660d5a2a5b282f373eb84d7565.tar.gz
puppet-ae69c33dc02b1b660d5a2a5b282f373eb84d7565.tar.bz2
puppet-ae69c33dc02b1b660d5a2a5b282f373eb84d7565.tar.xz
puppet-ae69c33dc02b1b660d5a2a5b282f373eb84d7565.zip
include iurtuser on main node as well
-rw-r--r--modules/buildsystem/manifests/init.pp2
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"
}