diff options
author | Nicolas Vigier <boklm@mageia.org> | 2012-02-05 23:57:35 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2012-02-05 23:57:35 +0000 |
commit | 61a62e23a9592c11cef5678b5579ebdd783ac439 (patch) | |
tree | 1a87216fe4d1f6ae20ba58fcb1c5badf7b04477a /modules/mgasoft | |
parent | b6c5b58636bdc364dd669ac802e40ff5d4b4d221 (diff) | |
download | puppet-61a62e23a9592c11cef5678b5579ebdd783ac439.tar puppet-61a62e23a9592c11cef5678b5579ebdd783ac439.tar.gz puppet-61a62e23a9592c11cef5678b5579ebdd783ac439.tar.bz2 puppet-61a62e23a9592c11cef5678b5579ebdd783ac439.tar.xz puppet-61a62e23a9592c11cef5678b5579ebdd783ac439.zip |
fix typo
Diffstat (limited to 'modules/mgasoft')
-rw-r--r-- | modules/mgasoft/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mgasoft/manifests/init.pp b/modules/mgasoft/manifests/init.pp index 422b7af3..c71d0071 100644 --- a/modules/mgasoft/manifests/init.pp +++ b/modules/mgasoft/manifests/init.pp @@ -33,6 +33,6 @@ class mgasoft( source => $svn_soft_publish, user => $mgasoft_login, refresh => '0', - requires => User[$mgasoft_login], + require => User[$mgasoft_login], } } |