ArielGlenn has submitted this change and it was merged.

Change subject: fix typo in snapshots role class
......................................................................


fix typo in snapshots role class

Change-Id: Id5f4955b3e86835e0f68cdf33698593ddce0972b
---
M manifests/role/snapshot.pp
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  ArielGlenn: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/role/snapshot.pp b/manifests/role/snapshot.pp
index 5be682d..50f2386 100644
--- a/manifests/role/snapshot.pp
+++ b/manifests/role/snapshot.pp
@@ -43,7 +43,7 @@
         enable => true,
         user   => 'datasets',
     }
-    class { 'snapshot:cirrussearch':
+    class { 'snapshot::cirrussearch':
         enable => true,
         user   => 'datasets',
     }
@@ -84,7 +84,7 @@
         enable => false,
         user   => 'datasets',
     }
-    class { 'snapshot:cirrussearch':
+    class { 'snapshot::cirrussearch':
         enable => false,
         user   => 'datasets',
     }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Id5f4955b3e86835e0f68cdf33698593ddce0972b
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: ArielGlenn <[email protected]>
Gerrit-Reviewer: ArielGlenn <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to