#Root password
{% if recipe %}
rootpw --iscrypted {{ password|default(recipe.crypt_root_password(), True) }}
{% else %}
rootpw --iscrypted {{ password|default(user.root_password, True) }}
{% endif %}
