Skip to content

Commit dd28f77

Browse files
authored
Merge pull request #2 from puppetlabs/master
merge upstream
2 parents 41247cc + 1e0fd13 commit dd28f77

File tree

455 files changed

+10539
-2455
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

455 files changed

+10539
-2455
lines changed

.fixtures.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
fixtures:
22
symlinks:
33
stdlib: "#{source_dir}"
4+
test: "#{source_dir}/spec/fixtures/test"

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#This file is generated by ModuleSync, do not edit.
2+
*.rb eol=lf
3+
*.erb eol=lf
4+
*.pp eol=lf
5+
*.sh eol=lf

.gitignore

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,27 @@
1+
#This file is generated by ModuleSync, do not edit.
12
pkg/
23
Gemfile.lock
4+
Gemfile.local
35
vendor/
4-
spec/fixtures/
6+
spec/fixtures/manifests/
7+
spec/fixtures/modules/
8+
log/
9+
junit/
510
.vagrant/
611
.bundle/
712
coverage/
813
log/
914
.idea/
15+
.metadata
1016
*.iml
17+
.*.sw[op]
18+
.yardoc
19+
.yardwarns
20+
.DS_Store
21+
tmp/
22+
vendor/
23+
doc/
24+
25+
!spec/fixtures/
26+
spec/fixtures/manifests/site.pp
27+
spec/fixtures/modules/*

.project

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>stdlib</name>
3+
<name>puppetlabs-stdlib</name>
44
<comment></comment>
55
<projects>
66
</projects>
77
<buildSpec>
88
<buildCommand>
9-
<name>org.cloudsmith.geppetto.pp.dsl.ui.modulefileBuilder</name>
9+
<name>com.puppetlabs.geppetto.pp.dsl.ui.modulefileBuilder</name>
1010
<arguments>
1111
</arguments>
1212
</buildCommand>
@@ -17,7 +17,7 @@
1717
</buildCommand>
1818
</buildSpec>
1919
<natures>
20-
<nature>org.cloudsmith.geppetto.pp.dsl.ui.puppetNature</nature>
20+
<nature>com.puppetlabs.geppetto.pp.dsl.ui.puppetNature</nature>
2121
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
2222
</natures>
2323
</projectDescription>

0 commit comments

Comments
 (0)