File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ Puppet 2, 3 and 4 as well as librarian-puppet are supported.
20
20
* [ Proxy the official Puppet Forge v1 API and local Pulp puppet repository] ( #proxy-the-official-puppet-forge-v1-api-and-local-pulp-puppet-repository )
21
21
* [ Locally stored modules] ( #locally-stored-modules )
22
22
* [ All-in] ( #all-in )
23
+ * [ r10k] ( #r10k )
24
+ * [ librarian-puppet] ( #librarian-puppet )
23
25
* [ Daemon] ( #daemon )
24
26
* [ Web UI] ( #web-ui )
25
27
* [ Architecture] ( #command-reference )
@@ -108,6 +110,23 @@ wget -P modules/ forge.puppetlabs.com/system/releases/p/puppetlabs/puppetlabs-st
108
110
bundle exec bin/puppet-forge-server -m modules/ -x https://forgeapi.puppetlabs.com -x http://my.local.pulp/pulp_puppet/forge/repository/demo
109
111
```
110
112
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
111
130
Create an example Puppetfile
112
131
```
113
132
cat > Puppetfile <<EOF
You can’t perform that action at this time.
0 commit comments