Skip to content

Commit fc64acd

Browse files
committed
Layout/LeadingCommentSpace
1 parent d655cd7 commit fc64acd

File tree

1 file changed

+11
-11
lines changed
  • lib/puppet/provider/user

1 file changed

+11
-11
lines changed

lib/puppet/provider/user/aix.rb

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def parse_password(f)
187187
match_obj[1]
188188
end
189189

190-
#- **password**
190+
# - **password**
191191
# The user's password, in whatever encrypted format the local machine
192192
# requires. Be sure to enclose any value that includes a dollar sign ($)
193193
# in single quotes ('). Requires features manages_passwords.
@@ -312,49 +312,49 @@ def deletecmd
312312
end
313313

314314
# UNSUPPORTED
315-
#- **profile_membership**
315+
# - **profile_membership**
316316
# Whether specified roles should be treated as the only roles
317317
# of which the user is a member or whether they should merely
318318
# be treated as the minimum membership list. Valid values are
319319
# `inclusive`, `minimum`.
320320
# UNSUPPORTED
321-
#- **profiles**
321+
# - **profiles**
322322
# The profiles the user has. Multiple profiles should be
323323
# specified as an array. Requires features manages_solaris_rbac.
324324
# UNSUPPORTED
325-
#- **project**
325+
# - **project**
326326
# The name of the project associated with a user Requires features
327327
# manages_solaris_rbac.
328328
# UNSUPPORTED
329-
#- **role_membership**
329+
# - **role_membership**
330330
# Whether specified roles should be treated as the only roles
331331
# of which the user is a member or whether they should merely
332332
# be treated as the minimum membership list. Valid values are
333333
# `inclusive`, `minimum`.
334334
# UNSUPPORTED
335-
#- **roles**
335+
# - **roles**
336336
# The roles the user has. Multiple roles should be
337337
# specified as an array. Requires features manages_roles.
338338
# UNSUPPORTED
339-
#- **key_membership**
339+
# - **key_membership**
340340
# Whether specified key value pairs should be treated as the only
341341
# attributes
342342
# of the user or whether they should merely
343343
# be treated as the minimum list. Valid values are `inclusive`,
344344
# `minimum`.
345345
# UNSUPPORTED
346-
#- **keys**
346+
# - **keys**
347347
# Specify user attributes in an array of keyvalue pairs Requires features
348348
# manages_solaris_rbac.
349349
# UNSUPPORTED
350-
#- **allowdupe**
350+
# - **allowdupe**
351351
# Whether to allow duplicate UIDs. Valid values are `true`, `false`.
352352
# UNSUPPORTED
353-
#- **auths**
353+
# - **auths**
354354
# The auths the user has. Multiple auths should be
355355
# specified as an array. Requires features manages_solaris_rbac.
356356
# UNSUPPORTED
357-
#- **auth_membership**
357+
# - **auth_membership**
358358
# Whether specified auths should be treated as the only auths
359359
# of which the user is a member or whether they should merely
360360
# be treated as the minimum membership list. Valid values are

0 commit comments

Comments
 (0)