module files stuff
This commit is contained in:
23
.project
Normal file
23
.project
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<projectDescription>
|
||||||
|
<name>module-puppet</name>
|
||||||
|
<comment></comment>
|
||||||
|
<projects>
|
||||||
|
</projects>
|
||||||
|
<buildSpec>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.cloudsmith.geppetto.pp.dsl.ui.modulefileBuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
</buildSpec>
|
||||||
|
<natures>
|
||||||
|
<nature>org.cloudsmith.geppetto.pp.dsl.ui.puppetNature</nature>
|
||||||
|
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
|
||||||
|
</natures>
|
||||||
|
</projectDescription>
|
||||||
12
Modulefile
Normal file
12
Modulefile
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name 'do-puppet'
|
||||||
|
version '0.1.0'
|
||||||
|
source ''
|
||||||
|
author 'Udo Waechter'
|
||||||
|
license 'GPL'
|
||||||
|
summary ''
|
||||||
|
description ''
|
||||||
|
project_page ''
|
||||||
|
|
||||||
|
## Add dependencies, if any:
|
||||||
|
# dependency 'username/name', '>= 1.2.0'
|
||||||
|
dependency 'puppetlabs/inifile', '>= 1.3.0'
|
||||||
3
README.markdown
Normal file
3
README.markdown
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# puppet #
|
||||||
|
|
||||||
|
This is the puppet module. It provides...
|
||||||
2
Rakefile
Normal file
2
Rakefile
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
require 'rubygems'
|
||||||
|
require 'puppetlabs_spec_helper/rake_tasks'
|
||||||
1
metadata.json
Normal file
1
metadata.json
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{}
|
||||||
6
spec/spec.opts
Normal file
6
spec/spec.opts
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
--format
|
||||||
|
s
|
||||||
|
--colour
|
||||||
|
--loadby
|
||||||
|
mtime
|
||||||
|
--backtrace
|
||||||
2
spec/spec_helper.rb
Normal file
2
spec/spec_helper.rb
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
require 'rubygems'
|
||||||
|
require 'puppetlabs_spec_helper/module_spec_helper'
|
||||||
1
tests/init.pp
Normal file
1
tests/init.pp
Normal file
@@ -0,0 +1 @@
|
|||||||
|
include puppet
|
||||||
Reference in New Issue
Block a user