diff options
author | Olivier Blin <blino@mageia.org> | 2010-11-21 17:47:02 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2010-11-21 17:47:02 +0000 |
commit | 7cdf3b06605527bbb71100e4d19ca2fac71dba9e (patch) | |
tree | c330662f93d3989bddf9a8fede4ff8ba6ef65b13 | |
parent | 31d71e9a09d07a18cdececba2235c1953aa333ea (diff) | |
download | puppet-7cdf3b06605527bbb71100e4d19ca2fac71dba9e.tar puppet-7cdf3b06605527bbb71100e4d19ca2fac71dba9e.tar.gz puppet-7cdf3b06605527bbb71100e4d19ca2fac71dba9e.tar.bz2 puppet-7cdf3b06605527bbb71100e4d19ca2fac71dba9e.tar.xz puppet-7cdf3b06605527bbb71100e4d19ca2fac71dba9e.zip |
include iurtuser in iurt class
-rw-r--r-- | modules/buildsystem/manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp index b2427859..7f0f2483 100644 --- a/modules/buildsystem/manifests/init.pp +++ b/modules/buildsystem/manifests/init.pp @@ -45,6 +45,7 @@ class buildsystem { class iurt { include sudo + include iurtuser # build node common settings # we could have the following skip list to use less space: |