Hashar has uploaded a new change for review.

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

Change subject: contint: require => needs File[], not just the path
......................................................................

contint: require => needs File[], not just the path

Change-Id: I6cd224cb8194af514e818dc06d02e0b2042e8777
---
M manifests/role/ci.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/75/115175/1

diff --git a/manifests/role/ci.pp b/manifests/role/ci.pp
index c40c65f..5cbd305 100644
--- a/manifests/role/ci.pp
+++ b/manifests/role/ci.pp
@@ -250,7 +250,7 @@
   }
   file { '/var/lib/elasticsearch':
     ensure  => 'link',
-    require => '/mnt/elasticsearch',
+    require => File['/mnt/elasticsearch'],
     target  => '/mnt/elasticsearch',
   }
   class { '::elasticsearch':

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

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

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

Reply via email to