Dzahn has submitted this change and it was merged.

Change subject: mediawiki_singlenode: exec[] -> Exec[]
......................................................................


mediawiki_singlenode: exec[] -> Exec[]

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

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



diff --git a/modules/mediawiki_singlenode/manifests/init.pp 
b/modules/mediawiki_singlenode/manifests/init.pp
index 18a84bd..e56cff1 100644
--- a/modules/mediawiki_singlenode/manifests/init.pp
+++ b/modules/mediawiki_singlenode/manifests/init.pp
@@ -67,7 +67,7 @@
        }
 
        exec { 'mediawiki_setup':
-               require   => [ Git::Clone['mediawiki'],  
File["${install_path}/orig"], exec['password_gen'] ],
+               require   => [ Git::Clone['mediawiki'],  
File["${install_path}/orig"], Exec['password_gen'] ],
                creates   => "${install_path}/orig/LocalSettings.php",
                command   => "/usr/bin/php 
${install_path}/maintenance/install.php ${wiki_name} admin --dbname 
${database_name} --dbuser root --passfile \"${install_path}/orig/adminpass\" 
--server ${mwserver} --installdbuser=\"root\" --installdbpass \"${mysql_pass}\" 
--scriptpath '/w' --confpath \"${install_path}/orig/\"",
                logoutput => on_failure,

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

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

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

Reply via email to