configuration-in-hiera
Robert Gerus 2015-04-16 10:35:04 +02:00
parent 52c1a888cf
commit 11a9042c56
1 changed files with 2 additions and 2 deletions

View File

@ -13,9 +13,9 @@ Client.register_command("jan") { |args|
end
[
Config.lookup("commands::jan::subject,")
Config.lookup("commands::jan::subject"),
predicate,
Config.lookup("commands::jan::attribute,")
Config.lookup("commands::jan::attribute"),
object
].join " "
}