diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-03-03 23:06:40 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-03-03 23:06:40 +0000 |
| commit | 17d4b231ba75aed02d044548a3535a0df9f8d032 (patch) | |
| tree | 9dfd5c86f3dba7e1e9751a0188bee11bcff12db5 /lib/puppet/element.rb | |
| parent | df74b62ad473c72906ddb5e72a500fd1a97dfa50 (diff) | |
| download | puppet-17d4b231ba75aed02d044548a3535a0df9f8d032.tar.gz puppet-17d4b231ba75aed02d044548a3535a0df9f8d032.tar.xz puppet-17d4b231ba75aed02d044548a3535a0df9f8d032.zip | |
Fixing logging in the fileserver so it is always obvious where the logs are originating, and fixing a bit of debugging elsewhere.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@980 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/element.rb')
| -rw-r--r-- | lib/puppet/element.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/puppet/element.rb b/lib/puppet/element.rb index 7e499567a..916177d9c 100644 --- a/lib/puppet/element.rb +++ b/lib/puppet/element.rb @@ -52,8 +52,6 @@ class Puppet::Element if self.name == "puppet[top]" @path = ["/"] else - # We assume that if we don't have a parent that we should not - # cache the path if self.is_a?(Puppet.type(:component)) @path = [self.name] else |
