summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--Modulefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index c6cdc29..7df6248 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ vendor/
.tmp/*
.librarian/*
*.lock
+pkg/
diff --git a/Modulefile b/Modulefile
index 19fbc7c..d36804a 100644
--- a/Modulefile
+++ b/Modulefile
@@ -1,5 +1,5 @@
name 'duritong-munin'
-version '0.0.2'
+version '0.0.3'
source 'git://github.com/duritong/puppet-munin.git'
author 'duritong'
license 'Apache License, Version 2.0'