From 6a27fbe9d1ddfa4c7803815e0de5fa6dd06357eb Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sun, 8 Jan 2012 20:24:58 +0000 Subject: add defaults values for user created by puppet, to remove duplication --- modules/dashboard/manifests/init.pp | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/dashboard') diff --git a/modules/dashboard/manifests/init.pp b/modules/dashboard/manifests/init.pp index 3fc3ff67..8bf5479f 100644 --- a/modules/dashboard/manifests/init.pp +++ b/modules/dashboard/manifests/init.pp @@ -9,11 +9,8 @@ class dashboard { class base inherits variable { user {"$dashboard_login": - ensure => present, comment => "dashboard system user", - managehome => true, home => $dashboard_home_dir, - shell => "/bin/bash", } subversion::snapshot { $dashboard_dir: -- cgit v1.2.1