Dzahn has submitted this change and it was merged.
Change subject: statsite,burrow,clamav: minimal quoting fixes
......................................................................
statsite,burrow,clamav: minimal quoting fixes
Change-Id: I5d53198cce41410157601f0ce6a3440c00cf238e
---
M modules/burrow/manifests/init.pp
M modules/clamav/manifests/init.pp
M modules/statsite/manifests/instance.pp
3 files changed, 4 insertions(+), 4 deletions(-)
Approvals:
jenkins-bot: Verified
Dzahn: Looks good to me, approved
diff --git a/modules/burrow/manifests/init.pp b/modules/burrow/manifests/init.pp
index 5add01d..64d52be 100644
--- a/modules/burrow/manifests/init.pp
+++ b/modules/burrow/manifests/init.pp
@@ -32,7 +32,7 @@
{
require_package('burrow')
- file { "/etc/burrow/burrow.cfg":
+ file { '/etc/burrow/burrow.cfg':
ensure => $ensure,
content => template('burrow/burrow.cfg.erb'),
}
diff --git a/modules/clamav/manifests/init.pp b/modules/clamav/manifests/init.pp
index 2f6bcfe..3f82da5 100644
--- a/modules/clamav/manifests/init.pp
+++ b/modules/clamav/manifests/init.pp
@@ -35,13 +35,13 @@
file_line { 'freshclam_proxyserver':
line => "HTTPProxyServer ${proxy_host}",
- match => "^HTTPProxyServer",
+ match => '^HTTPProxyServer',
path => '/etc/clamav/freshclam.conf',
notify => Service['clamav-freshclam'],
}
file_line { 'freshclam_proxyport':
line => "HTTPProxyPort ${proxy_port}",
- match => "^HTTPProxyPort",
+ match => '^HTTPProxyPort',
path => '/etc/clamav/freshclam.conf',
notify => Service['clamav-freshclam'],
}
diff --git a/modules/statsite/manifests/instance.pp
b/modules/statsite/manifests/instance.pp
index 7727b17..b41981f 100644
--- a/modules/statsite/manifests/instance.pp
+++ b/modules/statsite/manifests/instance.pp
@@ -37,7 +37,7 @@
}
if os_version('debian >= jessie') {
- file { "/etc/statsite.ini":
+ file { '/etc/statsite.ini':
content => template('statsite/statsite.ini.erb'),
require => Package['statsite'],
notify => Service['statsite'],
--
To view, visit https://gerrit.wikimedia.org/r/250051
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I5d53198cce41410157601f0ce6a3440c00cf238e
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits