diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-07-06 16:54:04 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-07-06 16:54:04 +0000 |
commit | 5d315569131f82b38643dda70ea230012093d143 (patch) | |
tree | 8595d331843d6908cfdbfcf68104556cda5bde32 /deployment/mgagit/manifests | |
parent | 1e2129dafc8bc6e3beedd9a18b694e1dffc125ba (diff) | |
download | puppet-5d315569131f82b38643dda70ea230012093d143.tar puppet-5d315569131f82b38643dda70ea230012093d143.tar.gz puppet-5d315569131f82b38643dda70ea230012093d143.tar.bz2 puppet-5d315569131f82b38643dda70ea230012093d143.tar.xz puppet-5d315569131f82b38643dda70ea230012093d143.zip |
fix indent
Diffstat (limited to 'deployment/mgagit/manifests')
-rw-r--r-- | deployment/mgagit/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/mgagit/manifests/init.pp b/deployment/mgagit/manifests/init.pp index 41117e1d..fdb5f60c 100644 --- a/deployment/mgagit/manifests/init.pp +++ b/deployment/mgagit/manifests/init.pp @@ -24,7 +24,7 @@ class mgagit( ensure => present, comment => 'Git user', home => $git_homedir, - managehome => true, + managehome => true, gid => $git_login, } |