aboutsummaryrefslogtreecommitdiffstats
path: root/modules/youri-check/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-01-08 20:24:58 +0000
committerMichael Scherer <misc@mageia.org>2012-01-08 20:24:58 +0000
commit6a27fbe9d1ddfa4c7803815e0de5fa6dd06357eb (patch)
tree92ea69cd58a615aa86127fe464168ae50738d364 /modules/youri-check/manifests
parent361074dab1e68a1f0c461c0fa7adcf073c0fd7b9 (diff)
downloadpuppet-6a27fbe9d1ddfa4c7803815e0de5fa6dd06357eb.tar
puppet-6a27fbe9d1ddfa4c7803815e0de5fa6dd06357eb.tar.gz
puppet-6a27fbe9d1ddfa4c7803815e0de5fa6dd06357eb.tar.bz2
puppet-6a27fbe9d1ddfa4c7803815e0de5fa6dd06357eb.tar.xz
puppet-6a27fbe9d1ddfa4c7803815e0de5fa6dd06357eb.zip
add defaults values for user created by puppet, to remove duplication
Diffstat (limited to 'modules/youri-check/manifests')
-rw-r--r--modules/youri-check/manifests/init.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/youri-check/manifests/init.pp b/modules/youri-check/manifests/init.pp
index 3e505287..ba84b5c0 100644
--- a/modules/youri-check/manifests/init.pp
+++ b/modules/youri-check/manifests/init.pp
@@ -8,8 +8,6 @@ class youri-check {
user { $user:
comment => 'Youri Check',
- ensure => present,
- managehome => true,
home => $home,
}