From 61a62e23a9592c11cef5678b5579ebdd783ac439 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 5 Feb 2012 23:57:35 +0000 Subject: fix typo --- modules/mgasoft/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/mgasoft/manifests/init.pp') 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], } } -- cgit v1.2.1