Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
Add geppetto infrastructure and update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidS committed Jan 25, 2013
1 parent 69dbbc8 commit 74ae904
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 6 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/.gradle
/metadata.json
/.rvmrc
build
pkg/
Session.vim
spec/fixtures
.*.sw[a-z]
*.un~
23 changes: 23 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>vagrant</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.cloudsmith.geppetto.pp.dsl.ui.modulefileBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.xtext.ui.shared.xtextBuilder</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>
14 changes: 8 additions & 6 deletions Modulefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name 'example42-vagrant'
name 'example42-vagrant'
version '2.0.8'
author 'Alessandro Franceschi'

author 'Alessandro Franceschi'
license 'Apache2'
project_page 'http://www.example42.com'
source 'https://github.com/example42/puppet-vagrant'
source 'https://github.com/example42/puppet-vagrant'
summary 'Puppet module for vagrant'
description 'This module installs and manages vagrant. Check README.rdoc for details. Puppi is required for some common functions: you can install them without using the whole module. Monitor and firewall dependencies are needed only if the relevant features are enabled'
dependency 'example42/puppi', '>= 2.0.0'
dependency 'example42/monitor', '>= 2.0.0'
# dependency 'example42/firewall', '>= 2.0.0'
dependency 'example42/puppi', '>=2.0.0'
dependency 'example42/monitor', '>=2.0.0'
dependency 'multi/concat', '>=0.0.1'
dependency 'example42/firewall', '>=2.0.0'

0 comments on commit 74ae904

Please sign in to comment.