We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8f238 commit d63770eCopy full SHA for d63770e
how-to/run-agent-master.md
@@ -1,7 +1,7 @@
1
Run Agent and Master from source on same machine
2
==
3
```
4
-bundle exec puppet puppet master --no-daemonize --certname localhost --dns_alt_names localhost --verbose
+bundle exec puppet master --no-daemonize --certname localhost --dns_alt_names localhost --verbose
5
bundle exec puppet agent -t --certname localhost --server localhost
6
7
0 commit comments