From 5d5a9844478475cfdf65c397264641da717b8508 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Fri, 16 Feb 2024 18:48:17 +0200 Subject: [PATCH] Update setup --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e53cd56..c9c22d6 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,15 @@ You need to generate these secrets: ## Usage +In your Puppetfile include: + +```ruby +mod 'mastodon', + :git => 'https://codeberg.org/adelgado/puppet-mastodon.git', + :branch => 'production' +``` + +Hiera data to set up the instance: ```yaml classes: - mastodon