diff options
author | Michael Scherer <misc@mageia.org> | 2012-03-17 00:39:50 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2012-03-17 00:39:50 +0000 |
commit | cf8639468ad536fe3d4d245550f750c503ea6d77 (patch) | |
tree | 7b0d97beb76eb8028749a6fe572826c328d996cd /modules | |
parent | e4375c07a4a581cd22d9450d96444647b069199f (diff) | |
download | puppet-cf8639468ad536fe3d4d245550f750c503ea6d77.tar puppet-cf8639468ad536fe3d4d245550f750c503ea6d77.tar.gz puppet-cf8639468ad536fe3d4d245550f750c503ea6d77.tar.bz2 puppet-cf8639468ad536fe3d4d245550f750c503ea6d77.tar.xz puppet-cf8639468ad536fe3d4d245550f750c503ea6d77.zip |
fix class name
Diffstat (limited to 'modules')
-rw-r--r-- | modules/buildsystem/manifests/iurt.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/iurt.pp b/modules/buildsystem/manifests/iurt.pp index 52fdcc02..b913f767 100644 --- a/modules/buildsystem/manifests/iurt.pp +++ b/modules/buildsystem/manifests/iurt.pp @@ -1,7 +1,7 @@ class buildsystem::iurt { include sudo include buildsystem::iurt::user - include buildsystem::iurt::package + include buildsystem::iurt::packages $login = $buildsystem::iurt::user::login $homedir = $buildsystem::iurt::user::homedir |