ArielGlenn has uploaded a new change for review.

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

Change subject: fix typo in contents of salt minion systemd conf file
......................................................................

fix typo in contents of salt minion systemd conf file

Change-Id: I67a24fda8c35ab6088a71ddb5134908d57e4cd72
---
M modules/salt/manifests/minion.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/52/261352/1

diff --git a/modules/salt/manifests/minion.pp b/modules/salt/manifests/minion.pp
index e27c02d..4b7c2aa 100644
--- a/modules/salt/manifests/minion.pp
+++ b/modules/salt/manifests/minion.pp
@@ -125,7 +125,7 @@
         }
 
         file { '/etc/systemd/system/salt-minion.service.d/killmode.conf':
-            content => '[Service]\nKillMode=process\n',
+            content => "[Service]\nKillMode=process\n",
             owner   => 'root',
             group   => 'root',
             mode    => '0444',

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

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

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

Reply via email to