Commit 344dad1c authored by Lukas Niegsch's avatar Lukas Niegsch

added missing parameter in documentation

parent 04bbd936
...@@ -40,6 +40,7 @@ class Recipe(GenericBaseRecipe): ...@@ -40,6 +40,7 @@ class Recipe(GenericBaseRecipe):
:param str pidfile: path to pidfile ensure exclusivity for the process :param str pidfile: path to pidfile ensure exclusivity for the process
:param lines private-tmpfs: list of "<size> <path>" private tmpfs, using user namespaces :param lines private-tmpfs: list of "<size> <path>" private tmpfs, using user namespaces
:param bool reserve-cpu: command will ask for an exclusive CPU core :param bool reserve-cpu: command will ask for an exclusive CPU core
:param lines environment: environmental variables for the shell
""" """
_existing = () _existing = ()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment