aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorDan Fandrich <danf@mageia.org>2024-01-13 01:20:22 -0800
committerDan Fandrich <danf@mageia.org>2024-01-13 01:20:22 -0800
commit0ea383bf20cf11bbbde2b1e868278d270b314ebc (patch)
tree8fc1d07e6350d989687d33bbe4227eafcbbe7e81 /deployment
parent071fa3f63c14e33cbfcb82883fcab840371a683c (diff)
downloadpuppet-0ea383bf20cf11bbbde2b1e868278d270b314ebc.tar
puppet-0ea383bf20cf11bbbde2b1e868278d270b314ebc.tar.gz
puppet-0ea383bf20cf11bbbde2b1e868278d270b314ebc.tar.bz2
puppet-0ea383bf20cf11bbbde2b1e868278d270b314ebc.tar.xz
puppet-0ea383bf20cf11bbbde2b1e868278d270b314ebc.zip
Copy git_multimail.py as-is
Don't try to perform template variable substitution because there are strings in the file that look like substitutions but aren't.
Diffstat (limited to 'deployment')
-rw-r--r--deployment/mgagit/files/git_multimail.py (renamed from deployment/mgagit/templates/git_multimail.py)0
-rw-r--r--deployment/mgagit/manifests/init.pp2
2 files changed, 1 insertions, 1 deletions
diff --git a/deployment/mgagit/templates/git_multimail.py b/deployment/mgagit/files/git_multimail.py
index 01acf6da..01acf6da 100644
--- a/deployment/mgagit/templates/git_multimail.py
+++ b/deployment/mgagit/files/git_multimail.py
diff --git a/deployment/mgagit/manifests/init.pp b/deployment/mgagit/manifests/init.pp
index 0376768b..2ad9cd64 100644
--- a/deployment/mgagit/manifests/init.pp
+++ b/deployment/mgagit/manifests/init.pp
@@ -48,7 +48,7 @@ class mgagit(
owner => $git_login,
group => $git_login,
mode => '0644',
- content => template('mgagit/git_multimail.py'),
+ content => file('mgagit/git_multimail.py'),
require => File[$gitolite_commonhooksdir],
}