We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0c2ee commit 3dc36acCopy full SHA for 3dc36ac
.travis.yml
@@ -0,0 +1,8 @@
1
+language: ruby
2
+rvm:
3
+ - 1.8.7
4
+ - 1.9.2
5
+ - 1.9.3
6
+notifications:
7
+ email:
8
+ - [email protected]
Gemfile
@@ -1,8 +1,9 @@
source :rubygems
-gem 'puppet'
+gem 'puppet', '>= 2.7.0'
group :test do
+ gem 'rake'
gem 'puppet-lint'
gem 'rspec-puppet', '~> 0.1.3'
9
end
README.md
@@ -1,5 +1,7 @@
# Puppet Exim4 module
+[](http://travis-ci.org/antonlindstrom/puppet-exim)
+
This module is very ad hoc and needs a lot of work. The main usage is to quickly spin up an MTA on your nodes.
In the future I would like to make this module a bit more configurable. I think the implementations will come as needed.
0 commit comments