Skip to content
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jc2k committed Mar 28, 2014
1 parent ffdc7ea commit 925bac8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yaybu/provisioner/resources/user.py
Expand Up @@ -73,7 +73,6 @@ class User(Resource):
the next deployment would remove you again. """

system = Property(Boolean, default=True)
# has no effect on modification, only creation
""" A boolean representing whether this user is a system user or not. This only takes effect on
creation - a user cannot be changed into a system user once created
without deleting and recreating the user. """
Expand Down

0 comments on commit 925bac8

Please sign in to comment.