Fixed #1003 -- Applying DavidS's patch to fix searching for
tags in sql.
This commit is contained in:
Родитель
9b1bfc1e2e
Коммит
fe02591eaa
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче