Mercurial > repos > other > Puppet
view modules/apache/tasks/init.json @ 275:d9352a684e62
Mass update of modules to remove deprecation warnings
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 26 Jan 2020 11:36:07 +0000 |
parents | |
children |
line wrap: on
line source
{ "description": "Allows you to perform apache service functions", "input_method": "stdin", "parameters": { "action": { "description": "Action to perform ", "type": "Enum[reload]" }, "service_name": { "description": "The name of the apache service ", "type": "Optional[String[1]]" } } }