diff options
author | Jesse Wolfe <jes5199@gmail.com> | 2010-07-27 10:17:44 -0700 |
---|---|---|
committer | Jesse Wolfe <jes5199@gmail.com> | 2010-07-27 10:17:44 -0700 |
commit | b53e7d78e2e87571ae53170e9716b9ccd75da6e2 (patch) | |
tree | 58489a37bd0ee14b3d053a0e23f9638b4f6205e7 /lib/puppet/rails | |
parent | 94edd404130b4236f0c65a579857e3a25c5ee17f (diff) | |
parent | ecf44e4408c168893d74af58a4c7c8606634a844 (diff) | |
download | puppet-b53e7d78e2e87571ae53170e9716b9ccd75da6e2.tar.gz puppet-b53e7d78e2e87571ae53170e9716b9ccd75da6e2.tar.xz puppet-b53e7d78e2e87571ae53170e9716b9ccd75da6e2.zip |
Merge commit '2.6.1rc1' into next
Diffstat (limited to 'lib/puppet/rails')
-rw-r--r-- | lib/puppet/rails/host.rb | 1 |
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' |