summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-18 17:43:30 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-18 17:43:30 -0400
commit96acf9b1a12a36ea43c557afd00bdbee0ea36fe1 (patch)
tree95515acd9bbd974db9c2052d8d7e41265e19a687 /modules
parentc2f8edf12104e38339b63d142d6d85245b97c5ff (diff)
downloadpuppet-tozt-96acf9b1a12a36ea43c557afd00bdbee0ea36fe1.tar.gz
puppet-tozt-96acf9b1a12a36ea43c557afd00bdbee0ea36fe1.zip
stop running git init on every puppet run
this is a bare repository, it doesn't have a .git
Diffstat (limited to 'modules')
-rw-r--r--modules/tozt/manifests/pass.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tozt/manifests/pass.pp b/modules/tozt/manifests/pass.pp
index ae88abe..b1241c1 100644
--- a/modules/tozt/manifests/pass.pp
+++ b/modules/tozt/manifests/pass.pp
@@ -27,7 +27,7 @@ class tozt::pass {
command => "/usr/bin/git init --bare",
user => "doy",
cwd => "/media/persistent/pass",
- creates => "/media/persistent/pass/.git",
+ creates => "/media/persistent/pass/HEAD",
require => [
Class["git"],
File["/media/persistent/pass"],