summaryrefslogtreecommitdiffstats
path: root/modules/tozt/manifests/git.pp
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-03-26 01:44:25 -0400
committerJesse Luehrs <doy@tozt.net>2023-03-26 01:44:25 -0400
commit6b8c6cc16d658e7d2a8de12250676087a8824220 (patch)
treec991248c8bfebd4aaf3ff0668d29efe4c6cd534f /modules/tozt/manifests/git.pp
parentdc4f305746df8920ca5ee4200c19c113ddfcfc55 (diff)
downloadpuppet-tozt-6b8c6cc16d658e7d2a8de12250676087a8824220.tar.gz
puppet-tozt-6b8c6cc16d658e7d2a8de12250676087a8824220.zip
give up on gitlab
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',