summaryrefslogtreecommitdiffstats
path: root/modules/tozt/manifests/git.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tozt/manifests/git.pp')
-rw-r--r--modules/tozt/manifests/git.pp11
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/tozt/manifests/git.pp b/modules/tozt/manifests/git.pp
index ab56f30..7e96417 100644
--- a/modules/tozt/manifests/git.pp
+++ b/modules/tozt/manifests/git.pp
@@ -75,17 +75,6 @@ class tozt::git {
];
}
- secret { "/home/doy/.gitlab":
- source => 'gitlab',
- owner => 'doy',
- group => 'doy',
- require => [
- User['doy'],
- Group['doy'],
- File["/home/doy"],
- ];
- }
-
nginx::site {
"git-tls":
source => 'puppet:///modules/tozt/nginx/git-tls.conf',