Skip to content

Commit ea8f238

Browse files
committed
Update run-agent-master.md
1 parent 03319f9 commit ea8f238

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

how-to/run-agent-master.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
Run Agent and Master from source on same machine
22
==
3-
3+
```
44
bundle exec puppet puppet master --no-daemonize --certname localhost --dns_alt_names localhost --verbose
55
bundle exec puppet agent -t --certname localhost --server localhost
6+
```
67

7-
````
88
To re-set the CSR process for an agent:
99

10+
````
1011
on the master: puppet cert clean <agent fqdn>
1112
on the agent: remove the ssldir
12-
````
13+
````

0 commit comments

Comments
 (0)