summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2013-03-22 09:33:04 +0100
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2013-03-22 09:33:04 +0100
commit50914333ba51f58d4a4419b8171094b9eabb6fca (patch)
tree4c224cc7eac37aa6f950ca03eee3ebd38a6ce2a3
parentd570368dbb58516446c83371b53869935684e23f (diff)
Add dependency on stdlib
-rw-r--r--Modulefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modulefile b/Modulefile
index 653c539..0e042d5 100644
--- a/Modulefile
+++ b/Modulefile
@@ -1,5 +1,6 @@
name 'camptocamp-augeas'
version '0.0.1'
+dependency 'puppetlabs/stdlib', '3.2.0'
source 'https://github.com/camptocamp/puppet-apt'
license 'GNU GPLv3'
summary 'Camptocamp Augeas module'