Dzahn has submitted this change and it was merged.

Change subject: ocg: follow-up fix for systemd change
......................................................................


ocg: follow-up fix for systemd change

Typo in the resource name. And the compiler it even told me, duh.

Change-Id: I3d970f3e45455db2460710f778c15ec7f75a1951
---
M modules/ocg/manifests/init.pp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Dzahn: Verified; Looks good to me, approved



diff --git a/modules/ocg/manifests/init.pp b/modules/ocg/manifests/init.pp
index 968e975..5c9976e 100644
--- a/modules/ocg/manifests/init.pp
+++ b/modules/ocg/manifests/init.pp
@@ -99,7 +99,7 @@
 
     } else {
         $ocg_provider = 'upstart'
-        $ocg_require = '/etc/init.ocg.conf'
+        $ocg_require = '/etc/init/ocg.conf'
 
         file { '/etc/init/ocg.conf':
             ensure  => present,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I3d970f3e45455db2460710f778c15ec7f75a1951
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>
Gerrit-Reviewer: Dzahn <dz...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to