summaryrefslogtreecommitdiffstats
path: root/lib/puppet/rails
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2010-07-20 15:25:05 +1000
committerJames Turnbull <james@lovedthanlost.net>2010-07-20 15:25:05 +1000
commita0a63c3735f53cbf895a9e30e6a2c1dfd2ae4c4e (patch)
tree71f85aa43c035cbf0829d7ea1cc263fb112d223b /lib/puppet/rails
parent64386cf185c6d99ab5639ca8b2e0f0f4c47021af (diff)
downloadpuppet-a0a63c3735f53cbf895a9e30e6a2c1dfd2ae4c4e.tar.gz
puppet-a0a63c3735f53cbf895a9e30e6a2c1dfd2ae4c4e.tar.xz
puppet-a0a63c3735f53cbf895a9e30e6a2c1dfd2ae4c4e.zip
Fixed network and indirection reference
Diffstat (limited to 'lib/puppet/rails')
-rw-r--r--lib/puppet/rails/host.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/puppet/rails/host.rb b/lib/puppet/rails/host.rb
index 6c008bccf..986cebd0a 100644
--- a/lib/puppet/rails/host.rb
+++ b/lib/puppet/rails/host.rb
@@ -1,3 +1,4 @@
+require 'puppet/rails'
require 'puppet/rails/resource'
require 'puppet/rails/fact_name'
require 'puppet/rails/source_file'