mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Switch a missed NaCl reference to pyobjects
This commit is contained in:
parent
fd3a529066
commit
7e80a8c858
@ -20,8 +20,8 @@ write our state data using an object based interface that should feel at home
|
|||||||
to python developers. You can import any module and do anything that you'd
|
to python developers. You can import any module and do anything that you'd
|
||||||
like (with caution, importing sqlalchemy, django or other large frameworks has
|
like (with caution, importing sqlalchemy, django or other large frameworks has
|
||||||
not been tested yet). Using the pyobjects renderer is exactly the same as
|
not been tested yet). Using the pyobjects renderer is exactly the same as
|
||||||
using the built-in Python renderer with the exception that the NaCl renderer
|
using the built-in Python renderer with the exception that pyobjects takes
|
||||||
takes care of creating an object for each of the available states on the minion.
|
care of creating an object for each of the available states on the minion.
|
||||||
Each state is represented by an object that is the capitalized version of it's
|
Each state is represented by an object that is the capitalized version of it's
|
||||||
name (ie. ``File``, ``Service``, ``User``, etc), and these objects expose all
|
name (ie. ``File``, ``Service``, ``User``, etc), and these objects expose all
|
||||||
of their available state functions (ie. ``File.managed``, ``Service.running``,
|
of their available state functions (ie. ``File.managed``, ``Service.running``,
|
||||||
|
Loading…
Reference in New Issue
Block a user