summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2009-09-08 12:33:05 +1000
committerJames Turnbull <james@lovedthanlost.net>2009-09-08 12:33:05 +1000
commita5c56fcb79b45568b592111959ebda6b11c4c43e (patch)
tree24fd538ba88de027bf434b97fac546aedc9b44f6 /Rakefile
parentb1eddbb6acf2b8ad2a564b0d75ef52c196357427 (diff)
downloadpuppet-a5c56fcb79b45568b592111959ebda6b11c4c43e.tar.gz
puppet-a5c56fcb79b45568b592111959ebda6b11c4c43e.tar.xz
puppet-a5c56fcb79b45568b592111959ebda6b11c4c43e.zip
Fixed #2607 - Added Facter dependency for Puppet Gem
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 711c5479c..31771a0a4 100644
--- a/Rakefile
+++ b/Rakefile
@@ -33,6 +33,7 @@ spec = Gem::Specification.new do |spec|
spec.name = 'puppet'
spec.files = FILES.to_a
spec.version = Puppet::PUPPETVERSION
+ spec.add_dependency('facter', '>= 1.5.1')
spec.summary = 'Puppet, an automated configuration management tool'
spec.author = 'Reductive Labs'
spec.email = 'puppet@reductivelabs.com'