Skip to content

Commit 499b191

Browse files
author
Josh Samuelson
committed
Merge pull request #266 from kjhenner/fix-params
Fix formatting for graphite parameters
2 parents 00342cb + e1f88a2 commit 499b191

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Quest_Guide/quests/power_of_puppet.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,14 @@ own compatible Django version to use.
213213

214214
Set three more parameters, as follows:
215215

216-
1. gr_django_pkg = django
217-
2. gr_django_provider = pip
218-
3. gr_django_ver = 1.5
216+
1. `gr_django_pkg = django`
217+
2. `gr_django_provider = pip`
218+
3. `gr_django_ver = "1.5"`
219219

220-
Finally, click the *Commit 4 changes* button in the bottom right of the console window
220+
Note that the gr_django_ver parameter takes a string, not float value, so it must
221+
be wrapped in quotes for puppet to parse it correctly.
222+
223+
Finally, click the *Commit* button in the bottom right of the console window
221224
to commit your changes.
222225

223226
### Run puppet

0 commit comments

Comments
 (0)