https://bugzilla.wikimedia.org/show_bug.cgi?id=60694
--- Comment #9 from Antoine "hashar" Musso <[email protected]> --- On deployment-parsoid2 in /var/log/parsoid/parsoid.log { [Error: Cannot find module '/srv/deployment/parsoid/conf/wmf/localsettings.js'] code: 'MODULE_NOT_FOUND' } There is no conf directory but there is a file /srv/deployment/parsoid/localsettings.js which is described in puppet: manifests/role/parsoid.pp: file { '/srv/deployment/parsoid/localsettings.js': I introduced it on Jan 2 with https://gerrit.wikimedia.org/r/#/c/104938/ The upstart configuration I wrote ( /etc/init/parsoid.conf ) was pointing to it but now points to ../conf/wmf/localsettings.js. So I guess the easiest path is to use an env variable such as PARSOID_CONF, set it in /etc/default/parsoid and make it vary in the puppet configuration. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
