0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-17 23:45:29 -05:00

docs(website): add puppet section

This commit is contained in:
Juan Picado @jotadeveloper 2018-05-10 14:23:05 +02:00
parent eb4f196c0d
commit 4a3b6867ef
No known key found for this signature in database
GPG key ID: 18AC54485952D158
2 changed files with 29 additions and 0 deletions

28
docs/puppet.md Normal file
View file

@ -0,0 +1,28 @@
---
id: puppet
title: "Using Puppet and Verdaccio"
---
Install verdaccio for Debian, Ubuntu, Fedora, and RedHat.
# Usage
There are two variants to install verdaccio using this Puppet module:
* Apply-mode (with puppet-apply and no puppetmaster setup needed)
* Master-Agent-mode (with puppet-agent accessing your configuration through the puppetmaster).
In both variants you have to explicitely call "class nodejs {}" in your puppet script because
the puppet-verdaccio module only defines this as a requirement, so you have all the flexibility you want when installing nodejs.
Scroll down for details about Master-Agent-mode variant.
For further information:
[https://github.com/verdaccio/puppet-verdaccio](https://github.com/verdaccio/puppet-verdaccio)
> We are looking for active contributors for this integration, if you are interested
[refers to this ticket](https://github.com/verdaccio/puppet-verdaccio/issues/11).

View file

@ -29,6 +29,7 @@
"docker", "docker",
"kubernetes", "kubernetes",
"ansible", "ansible",
"puppet",
"ci" "ci"
], ],
"Development": [ "Development": [