File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -106,14 +106,20 @@ def provision(
106
106
Provision the jail with Puppet apply using the supplied control-repo.
107
107
108
108
The repo can either be a filesystem path, or a http[s]/git URL.
109
- If the repo is a filesystem path, it will be mounted appropriately.
110
- If the repo is a URL, it will be setup with `r10k`.
109
+ If the repo is a filesystem path, it will be mounted to
110
+ `/usr/local/etc/puppet/environments`.
111
+ If the repo is a URL, we will setup a ZFS dataset and mount that to
112
+ `/usr/local/etc/puppet/environments`, before deploying it with `r10k`.
113
+
114
+ Example:
111
115
112
116
ioc set \
113
117
provisioning.method=puppet \
114
- provisioning.source=http://example .com/my /puppet-env \
115
- myjail
118
+ provisioning.source=http://github .com/bsdci /puppet-control-repo \
119
+ webserver
116
120
121
+ This should install a webserver that listens on port 80, and delivers a
122
+ Hello-World HTML site.
117
123
"""
118
124
events = libioc .events
119
125
jailProvisioningEvent = events .JailProvisioning (
You can’t perform that action at this time.
0 commit comments