Fix example crypt to include trailing $

Fixes #2305.
pull/2304/merge
Daniel Hokka Zakrisson 12 years ago
parent e2c1b34dbb
commit baeb1bce11

@ -6,7 +6,7 @@
user: root user: root
vars: vars:
# created with: # created with:
# crypt.crypt('This is my Password', '$1$SomeSalt') # python -c 'import crypt; print crypt.crypt("This is my Password", "$1$SomeSalt$")'
password: $1$SomeSalt$UqddPX3r4kH3UL5jq5/ZI. password: $1$SomeSalt$UqddPX3r4kH3UL5jq5/ZI.
tasks: tasks:

Loading…
Cancel
Save