Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
shellting / external / shelltings / shelltings-default-master / system / users / group-exists.shellting
Size: Mime:
#!/usr/bin/env bash
#
# doc:
#   short_help: Sets an environment variable.
#
# args:
#   group:
#     doc:
#       short_help: The name of the group.
#     type: string
#     required: true
#     cli:
#       param_type: argument
#   gid:
#     doc:
#       short_help: The gid of the group.
#     type: string
#     required: true
#
# properties:
#   elevated: true
#   idempotent: true
#   internet: false
#