Skip to content

Example cookbook for using pleroma-cookbook LWRP resources.

License

Notifications You must be signed in to change notification settings

jayme/pleroma-test-cookbook

Repository files navigation

pleroma_test_cookbook

Example cookbook for utilizing the pleroma-cookbook LWRP resources.

You can model your cookbook off this - add attributes, use data bags, etc etc.

WARNING Due to an open issue in sous-chef/postgresql you will need to manually add the extentions.

Example:

root@default-ubuntu-1604:~# su -c 'psql -U postgres' postgres
psql (9.6.11)
Type "help" for help.

postgres=# \c pleroma
You are now connected to database "pleroma" as user "postgres".
pleroma=# CREATE EXTENSION IF NOT EXISTS citext;
CREATE EXTENSION
pleroma=# CREATE EXTENSION IF NOT EXISTS pg_trgm;
CREATE EXTENSION
pleroma=# CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
CREATE EXTENSION

About

Example cookbook for using pleroma-cookbook LWRP resources.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published