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 b6e7309 commit 97157a4
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 7 deletions.
11 changes: 7 additions & 4 deletions .gitignore
@@ -1,6 +1,9 @@
/.gradle
/metadata.json
/.rvmrc
build
pkg/
Session.vim
spec/fixtures
.*.sw[a-z]
*.un~
Session.vim
.project
metadata.json
pkg/
23 changes: 23 additions & 0 deletions .project
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>monitor</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>
10 changes: 7 additions & 3 deletions Modulefile
@@ -1,8 +1,12 @@
name 'example42-monitor'
name 'example42-monitor'
version '2.0.0'
author 'Alessandro Franceschi'

author 'Alessandro Franceschi'
license 'Apache2'
project_page 'http://www.example42.com'
summary 'Puppet monitoring abstraction meta module'
description 'This module provides abstraction defines to monitor resources managed by Puppet modules. It is used in the Example42 modules set but can be imported and used in other setups. According to the monitor tool used it may have the relevant module as dependency'
dependency 'example42/puppi', '>= 2.0.0'
dependency 'example42/puppi', '>=2.0.0'
dependency 'example42/icinga', '>=2.0.00'
dependency 'example42/nagios', '>=2.0.0'
dependency 'example42/nrpe', '>=2.0.0'

0 comments on commit 97157a4

Please sign in to comment.