Update setup
This commit is contained in:
parent
822f4e8c8d
commit
5d5a984447
1 changed files with 9 additions and 0 deletions
|
@ -39,6 +39,15 @@ You need to generate these secrets:
|
||||||
|
|
||||||
## Usage
|
## 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
|
```yaml
|
||||||
classes:
|
classes:
|
||||||
- mastodon
|
- mastodon
|
||||||
|
|
Loading…
Reference in a new issue