https://bugzilla.wikimedia.org/show_bug.cgi?id=71901

--- Comment #2 from dan <[email protected]> ---
the require ::role statement was already present. i tried adding the require
statement in the extension statement, but that didn’t resolve the issue either.

class role::gwtoolset {
  require ::role::scribunto // this was already in the role

  mediawiki::extension { 'GWToolset':
    settings => template('role/gwtoolset-config.php.erb')

    // tried adding this
    require  => [
      Mediawiki::Extension['Scribunto']
    ]
  }
}

also tried changing the scribunto role, by switching its include ::role
statements to require ::role statements., but that didn’t work either.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to