diff options
author | Michael Scherer <misc@mageia.org> | 2012-01-08 15:20:26 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2012-01-08 15:20:26 +0000 |
commit | 731b390eb1911d27e2685b431fb8a5ce19e41daa (patch) | |
tree | 32eb9978e8fabe7100250048e2ac362efc628727 /modules | |
parent | 6e2cc1477b8d6ed0c9a49293652578cf629199d8 (diff) | |
download | puppet-731b390eb1911d27e2685b431fb8a5ce19e41daa.tar puppet-731b390eb1911d27e2685b431fb8a5ce19e41daa.tar.gz puppet-731b390eb1911d27e2685b431fb8a5ce19e41daa.tar.bz2 puppet-731b390eb1911d27e2685b431fb8a5ce19e41daa.tar.xz puppet-731b390eb1911d27e2685b431fb8a5ce19e41daa.zip |
refactor iurt_config declaration
Diffstat (limited to 'modules')
-rw-r--r-- | modules/buildsystem/manifests/init.pp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp index 2574e20b..6b6d8eb1 100644 --- a/modules/buildsystem/manifests/init.pp +++ b/modules/buildsystem/manifests/init.pp @@ -288,9 +288,7 @@ class buildsystem { } } - iurt_config { "1": } - iurt_config { "mandriva2010.1": } - iurt_config { "cauldron": } + iurt_config { ["1","cauldron","mandriva2010.1"]: } sudo::sudoers_config { "iurt": content => template("buildsystem/sudoers.iurt") |