Skip to content

Commit 117c642

Browse files
author
Ilja Bobkevic
committed
Merge pull request #49 from sheijmans/fix_readme_r10k
Update README.md for use with r10k
2 parents 5b7832d + b52ebe5 commit 117c642

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Puppet 2, 3 and 4 as well as librarian-puppet are supported.
2020
* [Proxy the official Puppet Forge v1 API and local Pulp puppet repository](#proxy-the-official-puppet-forge-v1-api-and-local-pulp-puppet-repository)
2121
* [Locally stored modules](#locally-stored-modules)
2222
* [All-in](#all-in)
23+
* [r10k](#r10k)
24+
* [librarian-puppet](#librarian-puppet)
2325
* [Daemon](#daemon)
2426
* [Web UI](#web-ui)
2527
* [Architecture](#command-reference)
@@ -108,6 +110,23 @@ wget -P modules/ forge.puppetlabs.com/system/releases/p/puppetlabs/puppetlabs-st
108110
bundle exec bin/puppet-forge-server -m modules/ -x https://forgeapi.puppetlabs.com -x http://my.local.pulp/pulp_puppet/forge/repository/demo
109111
```
110112

113+
#### r10k
114+
Create an example Puppetfile
115+
```
116+
cat > Puppetfile <<EOF
117+
mod 'puppetlabs/apache'
118+
EOF
119+
120+
```
121+
Add forge/baseurl to r10k.yaml
122+
```
123+
cat >> r10k.yaml <<EOF
124+
forge:
125+
baseurl: 'http://localhost:8080'
126+
EOF
127+
```
128+
129+
#### librarian-puppet
111130
Create an example Puppetfile
112131
```
113132
cat > Puppetfile <<EOF

0 commit comments

Comments
 (0)