diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-02-15 19:08:12 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-02-15 19:08:12 +0000 |
commit | 0b5600a6b49400551b01cec7aa3286d42e45d36c (patch) | |
tree | 5394c4e58bbbad98e613425a71196f65d0cac178 /lib/puppet/feature/rails.rb | |
parent | 17a5f4c7107353c5933f8c5c654abe7e409da56c (diff) | |
download | puppet-0b5600a6b49400551b01cec7aa3286d42e45d36c.tar.gz puppet-0b5600a6b49400551b01cec7aa3286d42e45d36c.tar.xz puppet-0b5600a6b49400551b01cec7aa3286d42e45d36c.zip |
Fixing features to use the new feature location
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2190 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/feature/rails.rb')
-rw-r--r-- | lib/puppet/feature/rails.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/feature/rails.rb b/lib/puppet/feature/rails.rb index 238ac2802..1775339a0 100644 --- a/lib/puppet/feature/rails.rb +++ b/lib/puppet/feature/rails.rb @@ -1,7 +1,7 @@ # Created by Luke Kanies on 2006-11-07. # Copyright (c) 2006. All rights reserved. -require 'puppet/feature' +require 'puppet/util/feature' Puppet.features.add(:rails) do begin |