You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 26, 2021. It is now read-only.
Hi,
first: awesome work with NaCL/PyObjects
I was pondering myself about a Pythonic interface to Puppet when I came across salt/nacl
according to the docs you don't have an interface for reactor files yet.
My suggestion could help you with that
first, introducing the 'Id' context manager which maps to the highstate id key, so
the apache yaml example:
would translate to
as you can see, it translates almost directly to the yaml example
when writing reactor files, you could do something like the following
would become:
ofcourse there are a lot of details to work out, but does this look 'workable' ?
Fred.
The text was updated successfully, but these errors were encountered: