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    
pycklets / resources / frecklet / ssh-key-is-absent.frecklet
Size: Mime:
doc:
  short_help: Ensures an ssh key is absent for a user.

args:
  user:
    doc:
      short_help: The name of the user.
    type: string
    required: false
  path_to_key:
    doc:
      short_help: The path to the ssh key.
    type: string
    required: true

frecklets:
- path-is-absent:
    path: '{{:: path_to_key ::}}'
    become: '{{:: user | false_if_empty ::}}'
meta: {}