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

--- Comment #5 from christ...@quelltextlich.at ---
Just to keep track of what was said in private emails, one suggestion was to
turn the current $debug into something more generic:

   $environment = ‘development’,
   …
   if $environment == ‘development’ {
       $debug = true
       exec { ‘install_wikimetrics_test_dependencies’:
       …
       }
   }
   else {
       $debug = false
   }

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to