diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-06-27 18:33:44 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-06-27 18:33:44 +0000 |
commit | a8fa0490f3c180cf8363b9d35d7982f2c6778728 (patch) | |
tree | 4f8eeffae758df42723c221e40fd4f1a006538f9 /modules/git | |
parent | 0acafb18e038c0f1e8e1303e82f2a8112a440954 (diff) | |
download | puppet-a8fa0490f3c180cf8363b9d35d7982f2c6778728.tar puppet-a8fa0490f3c180cf8363b9d35d7982f2c6778728.tar.gz puppet-a8fa0490f3c180cf8363b9d35d7982f2c6778728.tar.bz2 puppet-a8fa0490f3c180cf8363b9d35d7982f2c6778728.tar.xz puppet-a8fa0490f3c180cf8363b9d35d7982f2c6778728.zip |
git::server: don't create /git directory
Diffstat (limited to 'modules/git')
-rw-r--r-- | modules/git/manifests/server.pp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/git/manifests/server.pp b/modules/git/manifests/server.pp index 155cd9ae..692befba 100644 --- a/modules/git/manifests/server.pp +++ b/modules/git/manifests/server.pp @@ -7,10 +7,6 @@ class git::server { content => template('git/xinetd') } - file { $git_base_path: - ensure => directory - } - file { '/usr/local/bin/create_git_repo.sh': mode => '0755', source => 'puppet:///modules/git/create_git_repo.sh', |