13
1
Fork 0
mirror of https://github.com/netzbegruenung/passbolt-salt synced 2024-04-26 18:04:51 +02:00

Fix readme function call

This commit is contained in:
Sven Seeberg 2020-02-01 21:44:10 +01:00
parent fcf168568f
commit e3696ec49d
Signed by: sven.seeberg
GPG key ID: 29559DD5A83806B5

View file

@ -37,6 +37,7 @@ MIT
7. Create Pillar sls files where required with the content, replace the group UUID. Look into the example directory. Hint: you can find the Group UUID with the network tool of the browser by clicking on a group.
```
#!py
from salt_passbolt import fetch_passbolt_passwords
fetch_passbolt_passwords("27b9abd4-af9b-4c9e-9af1-cf8cb963680c")
```