Skip to content

Commit facf239

Browse files
smortextuxmea
andcommitted
Fix more style issue
Co-authored-by: Martin Alfke <tuxmea@users.noreply.github.com> Signed-off-by: Romain Tartière <romain@blogreen.org>
1 parent 27c0c92 commit facf239

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/_openvoxdb_8x/api/query/tutorial.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The PuppetDB terminus includes the `puppetdb_query` function, which can be used
5454

5555
$debian_nodes_query = '["from", "nodes", ["=", ["fact", "operatingsystem"], "Debian"]]'
5656
$debian_nodes = puppetdb_query($debian_nodes_query).each |$value| { $value["certname"] }
57-
Notify { "Debian nodes":
57+
notify { 'Debian nodes':
5858
message => "Your debian nodes are ${join($debian_nodes, ', ')}",
5959
}
6060

0 commit comments

Comments
 (0)