aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrayfishx <craig@craigdunn.org>2012-07-11 10:40:49 -0700
committercrayfishx <craig@craigdunn.org>2012-07-11 10:40:49 -0700
commit2c4423a83a96215de6746873069f40f279e887ff (patch)
tree95c7a0ca73116abbde9b1ccc006ae47b34d3ee7c
parent95de79b4c707ffd5bf9e4bee24ad96ce1e8e3285 (diff)
downloadpuppet-tftp-2c4423a83a96215de6746873069f40f279e887ff.tar.gz
puppet-tftp-2c4423a83a96215de6746873069f40f279e887ff.tar.bz2
Added module dependancy to puppetlabs-xinetd
-rw-r--r--Modulefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modulefile b/Modulefile
index 950110f..b89b9b8 100644
--- a/Modulefile
+++ b/Modulefile
@@ -8,4 +8,4 @@ description 'Manage tftp service and files for Debian/Ubuntu.'
project_page 'https://github.com/puppetlabs/puppetlabs-tftp'
## Add dependencies, if any:
-# dependency 'username/name', '>= 1.2.0'
+dependency 'puppetlabs/xinetd', '>= 1.1.0'