Navigation Menu

Skip to content

Commit

Permalink
temp absent manageInactiveWikis.php due to issues
Browse files Browse the repository at this point in the history
issues described in https://phabricator.miraheze.org/T6403 , multiple wikis reporting closures without them being inactive
  • Loading branch information
Reception123 committed Nov 4, 2020
1 parent 4b4309c commit 09e9000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mediawiki/manifests/jobrunner.pp
Expand Up @@ -68,7 +68,7 @@
}

cron { 'managewikis':
ensure => present,
ensure => absent,
command => '/usr/bin/php /srv/mediawiki/w/extensions/CreateWiki/maintenance/manageInactiveWikis.php --wiki loginwiki --write > /var/log/mediawiki/cron/managewikis.log',
user => 'www-data',
minute => '5',
Expand Down

0 comments on commit 09e9000

Please sign in to comment.