Filippo Giunchedi has uploaded a new change for review.
https://gerrit.wikimedia.org/r/200147
Change subject: geoip: disable show_diff
......................................................................
geoip: disable show_diff
potentially the same issue we've experienced with puppet failing when the diff
contains invalid utf8 byte sequences
Bug: T93614
Change-Id: I2de2d484b8c4540aa5ea5704e2c254591bd58054
---
M modules/geoip/manifests/data/puppet.pp
1 file changed, 8 insertions(+), 7 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/47/200147/1
diff --git a/modules/geoip/manifests/data/puppet.pp
b/modules/geoip/manifests/data/puppet.pp
index aaacc0c..159d9e1 100644
--- a/modules/geoip/manifests/data/puppet.pp
+++ b/modules/geoip/manifests/data/puppet.pp
@@ -12,12 +12,13 @@
{
# recursively copy the $data_directory from $source.
file { $data_directory:
- ensure => directory,
- owner => 'root',
- group => 'root',
- mode => '0644',
- source => $source,
- recurse => true,
- backup => false,
+ ensure => directory,
+ owner => 'root',
+ group => 'root',
+ mode => '0644',
+ source => $source,
+ recurse => true,
+ backup => false,
+ show_diff => false,
}
}
--
To view, visit https://gerrit.wikimedia.org/r/200147
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2de2d484b8c4540aa5ea5704e2c254591bd58054
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Filippo Giunchedi <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits