UNPKG

masson

Version:

Module execution engine for cluster deployments.

26 lines (22 loc) 604 B
# HTTPD Web Server Configure the HTTPD server. export default deps: iptables: module: 'masson/core/iptables', local: true configure: 'masson/commons/httpd/configure' commands: 'check': [ 'masson/commons/httpd/status' 'masson/commons/httpd/check' ] 'install': [ 'masson/commons/httpd/install' 'masson/commons/httpd/start' ] 'start': 'masson/commons/httpd/start' 'status': 'masson/commons/httpd/status' 'stop': 'masson/commons/httpd/stop'