summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-10-06 22:26:52 +0000
committermh <mh@immerda.ch>2008-10-06 22:26:52 +0000
commitafb35edcbf56012706eec6d64a101f2a13562595 (patch)
treea559c4aee29985e3c84bb965af9e82ba5a1bca72
parentcee0511ee120b45f989daa602a9c0725a20525dd (diff)
this require for adding a user is wrong
-rw-r--r--manifests/init.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 0978cef..a13e0b7 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -54,7 +54,6 @@ define user::define_user(
allowdupe => false,
ensure => present,
gid => $gid,
- require => User[$name],
}
}
}