Matanya has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/195601

Change subject: clamav: Resource attributes quoting
......................................................................

clamav: Resource attributes quoting

bug: T91908
Change-Id: I58fcc510353a320ca862195916184ff240ef186e
---
M modules/clamav/manifests/init.pp
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/01/195601/1

diff --git a/modules/clamav/manifests/init.pp b/modules/clamav/manifests/init.pp
index 2c9e281..0290cea 100644
--- a/modules/clamav/manifests/init.pp
+++ b/modules/clamav/manifests/init.pp
@@ -7,7 +7,7 @@
 
 class clamav {
     package { 'clamav-daemon':
-        ensure => present,
+        ensure => 'present',
     }
 
     exec { 'add clamav to Debian-exim':
@@ -26,7 +26,7 @@
     }
 
     service { 'clamav-daemon':
-        ensure    => running,
+        ensure    => 'running',
         require   => File['/etc/clamav/clamd.conf'],
         subscribe => File['/etc/clamav/clamd.conf'],
     }

-- 
To view, visit https://gerrit.wikimedia.org/r/195601
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I58fcc510353a320ca862195916184ff240ef186e
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Matanya <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to