You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: util/README_UTIL.md
-40
Original file line number
Diff line number
Diff line change
@@ -20,46 +20,6 @@ will begin bisecting runs before and after this spec until it narrows down to a
20
20
21
21
To get the groups that the parallel task is running, run: be util/rspec_grouper 1000. Then run each spit out file with "be util/rspec_runner <groupfile>". If it fails, rename it to spec_order.txt and run the binary script.
22
22
23
-
dev-puppet-master
24
-
-----------------
25
-
26
-
This script is very helpful for setting up a local puppet master daemon which you can then interrogate with other puppet 'app' calls such as puppet cert or puppet agent. I'm not sure who wrote it originally.
27
-
28
-
There are a few steps needed to get this configured properly.
29
-
30
-
* /etc/hosts needs a 'puppetmaster' added to its localhost entry
31
-
32
-
The dev-puppet-master script calls `puppet master` with --certname=puppetmaster, and this needs to resolve locally.
33
-
34
-
You can execute the dev-puppet-master script with a name for the sandbox configuration directory (which will be placed in ~/test/master) or it will use 'default'.
35
-
36
-
* ./util/dev-puppet-master bar-env
37
-
38
-
(places conf and var info in ~/tests/master/bar-env for instance)
0 commit comments