diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-12-29 17:45:39 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-12-29 17:45:39 +0000 |
commit | fa538bccd3c85ed40be3bf55c63f0c23753402b3 (patch) | |
tree | b296bb40e6565252a8f8259507289b59544bd9dc /lib/puppet/rails/resource.rb | |
parent | 01660045b77bb6b8e310cfd948ca50161348c748 (diff) | |
download | puppet-fa538bccd3c85ed40be3bf55c63f0c23753402b3.tar.gz puppet-fa538bccd3c85ed40be3bf55c63f0c23753402b3.tar.xz puppet-fa538bccd3c85ed40be3bf55c63f0c23753402b3.zip |
Moving the tagging stuff to an "external" directory, instead of "lib".
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1991 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/rails/resource.rb')
-rw-r--r-- | lib/puppet/rails/resource.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/rails/resource.rb b/lib/puppet/rails/resource.rb index 43d7bbf4b..2608daef1 100644 --- a/lib/puppet/rails/resource.rb +++ b/lib/puppet/rails/resource.rb @@ -1,5 +1,5 @@ require 'puppet' -require 'puppet/rails/lib/init' +require 'puppet/rails/external/tagging/init' require 'puppet/rails/param_name' require 'puppet/util/rails/collection_merger' |