Skip to content

Commit a6d9c5d

Browse files
committed
(maint) Updated for modsync for 211ecee603
This commit updates the module for module sync configuration at commit 211ecee603.
1 parent e6cd19a commit a6d9c5d

17 files changed

+1227
-227
lines changed

.gitattributes

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#This file is generated by ModuleSync, do not edit.
2+
*.rb eol=lf
3+
*.pp eol=lf
4+
*.sh eol=lf

.gitignore

+24-10
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
1-
.*.sw?
2-
pkg
3-
spec/fixtures
4-
.rspec_system
5-
.vagrant
6-
.bundle
7-
vendor
8-
log
9-
tmp
10-
Gemfile.local
1+
#This file is generated by ModuleSync, do not edit.
2+
pkg/
113
Gemfile.lock
4+
Gemfile.local
5+
vendor/
6+
spec/fixtures/manifests/
7+
spec/fixtures/modules/
8+
log/
9+
junit/
10+
.vagrant/
11+
.bundle/
12+
coverage/
13+
log/
14+
.idea/
15+
.metadata
16+
*.iml
17+
.*.sw[op]
18+
.yardoc
19+
.yardwarns
20+
.DS_Store
21+
tmp/
22+
vendor/
23+
doc/
24+
25+
.*.sw?

.project

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>puppetlabs-puppet_agent</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>com.puppetlabs.geppetto.pp.dsl.ui.modulefileBuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
</buildSpec>
19+
<natures>
20+
<nature>com.puppetlabs.geppetto.pp.dsl.ui.puppetNature</nature>
21+
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
22+
</natures>
23+
</projectDescription>

.rspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
--format documentation
21
--color
2+
--format documentation

0 commit comments

Comments
 (0)