Skip to content

Commit bd9265b

Browse files
author
Sandra Thieme
committed
Fix documentation error regarding ENABLE_CATALOG
True or False are expected (python booleans start with capital letters)
1 parent e79ff4b commit bd9265b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Usage:
129129
-e PUPPETDB_KEY=/etc/puppetlabs/puppetdb/ssl/private.pem \
130130
-e PUPPETDB_CERT=/etc/puppetlabs/puppetdb/ssl/public.pem \
131131
-e INVENTORY_FACTS='Hostname,fqdn, IP Address,ipaddress' \
132-
-e ENABLE_CATALOG=true \
132+
-e ENABLE_CATALOG=True \
133133
-e GRAPH_FACTS='architecture,puppetversion,osfamily' \
134134
puppetboard
135135

0 commit comments

Comments
 (0)