summaryrefslogtreecommitdiffstats
path: root/modules/conf/manifests/user.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/conf/manifests/user.pp')
-rw-r--r--modules/conf/manifests/user.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/conf/manifests/user.pp b/modules/conf/manifests/user.pp
index cbcca5d..894f5e3 100644
--- a/modules/conf/manifests/user.pp
+++ b/modules/conf/manifests/user.pp
@@ -34,7 +34,6 @@ define conf::user($user=$name) {
],
creates => "$home/.vimrc",
require => [
- Class['cron'],
Class['c_toolchain'],
User[$user],
Exec["git clone doy/conf for $user"],