Skip to content

Commit 09f2f0b

Browse files
committed
Merge branch 'master' of
ssh://git@github.com/hlindberg/misc-puppet-docs.git Conflicts: how-to/run-agent-master.md
2 parents 01ea028 + d63770e commit 09f2f0b

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.project

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,16 @@
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>&lt;project&gt;/.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>

how-to/run-agent-master.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
Run Agent and Master from source on same machine
22
===
3+
34
````
45
bundle exec puppet master --no-daemonize --certname localhost --dns_alt_names localhost --verbose
56
bundle exec puppet agent -t --certname localhost --server localhost
67
````
8+
79
To re-set the CSR process for an agent:
810

911
````
@@ -16,4 +18,4 @@ Compile Catalog and get json output
1618

1719
````
1820
bundle exec puppet master --no-daemonize --compile foonode --manifest foo.pp
19-
````
21+
````

0 commit comments

Comments
 (0)