summaryrefslogtreecommitdiffstats
path: root/tozt/conf/manifests/user.pp
diff options
context:
space:
mode:
Diffstat (limited to 'tozt/conf/manifests/user.pp')
-rw-r--r--tozt/conf/manifests/user.pp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tozt/conf/manifests/user.pp b/tozt/conf/manifests/user.pp
index e678050..b5af5b2 100644
--- a/tozt/conf/manifests/user.pp
+++ b/tozt/conf/manifests/user.pp
@@ -28,11 +28,6 @@ define conf::user($user=$name, $home=undef) {
];
}
- file { "$_home/conf/.conf-type":
- content => "server",
- require => Exec["git clone doy/conf for $user"];
- }
-
exec { "conf make install for $user":
command => "/usr/bin/make install",
user => $user,
@@ -43,7 +38,6 @@ define conf::user($user=$name, $home=undef) {
],
creates => "$_home/.vimrc",
require => [
- File["$_home/conf/.conf-type"],
Class['cron'],
Class['c_toolchain'],
User[$user],