File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 66 </projects >
77 <buildSpec >
88 <buildCommand >
9- <name >org.cloudsmith.geppetto.pp.dsl.ui.modulefileBuilder</name >
10- <arguments >
11- </arguments >
12- </buildCommand >
13- <buildCommand >
14- <name >org.eclipse.xtext.ui.shared.xtextBuilder</name >
9+ <name >org.eclipse.ui.externaltools.ExternalToolBuilder</name >
10+ <triggers >full,incremental,</triggers >
1511 <arguments >
12+ <dictionary >
13+ <key >LaunchConfigHandle</key >
14+ <value >< project> /.externalToolBuilders/org.eclipse.xtext.ui.shared.xtextBuilder.launch</value >
15+ </dictionary >
1616 </arguments >
1717 </buildCommand >
1818 </buildSpec >
1919 <natures >
20- <nature >org.cloudsmith.geppetto.pp.dsl.ui.puppetNature</nature >
21- <nature >org.eclipse.xtext.ui.shared.xtextNature</nature >
2220 </natures >
2321</projectDescription >
Original file line number Diff line number Diff line change 11Run Agent and Master from source on same machine
22===
3+
34````
45bundle exec puppet master --no-daemonize --certname localhost --dns_alt_names localhost --verbose
56bundle exec puppet agent -t --certname localhost --server localhost
67````
8+
79To re-set the CSR process for an agent:
810
911````
@@ -16,4 +18,4 @@ Compile Catalog and get json output
1618
1719````
1820bundle exec puppet master --no-daemonize --compile foonode --manifest foo.pp
19- ````
21+ ````
You can’t perform that action at this time.
0 commit comments