Has anyone used lettuce and saltstack? Do you know of an example on github?
Thanks,
Tyler
dragon788
unread,
Jan 10, 2016, 12:42:22 PM1/10/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Lettuce Users
We are starting to use Lettuce with Saltstack states, but not directly inside of salt. We are using docker containers via docker-compose to run a "show_lowstate" to ensure that we are only calling the states we expected and not getting any data output that we don't want present. It is working really well since you can tell salt to output json via the '--out json' argument to almost ANY command.