Fixed #1003 -- Applying DavidS's patch to fix searching for

tags in sql.
This commit is contained in:
Luke Kanies 2008-02-13 16:36:19 -06:00
Родитель 9b1bfc1e2e
Коммит fe02591eaa
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,6 @@
Fixed #1003 -- Applying DavidS's patch to fix searching for
tags in sql.
Fixed #992 -- Puppet is now compatible with gems 1.0.1.
Fixed #968 again, this time with tests -- parseonly works,

Просмотреть файл

@ -51,7 +51,7 @@ class Puppet::Parser::Collector
search = "(exported=? AND restype=?)"
values = [true, @type]
search += " AND (?)" and values << @equery if @equery
search += " AND (%s)" % @equery if @equery
# We're going to collect objects from rails, but we don't want any
# objects from this host.