/bibigon812-users

This Puppet module manages users and their SSH authorized keys.

Primary LanguageRuby

Users

This module manages users and their SSH authorized keys.

Build Status

Usage

Allow hiera find this module.

lookup('classes', Array[String[1]], 'unique', []).include
classes:
  - users

users::virtual:
  user1:
    comment: Test user1
    tag: tag1
    ssh_authorized_keys:
      -
        key: AAAAB3Nza[...]qXfdaQ==
        type: ssh-rsa
        comment: my@key

users::realized:
  - user1