Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Parameterized keymaster_storage and home #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

shermdog
Copy link

I updated the keymaster_storage and home variables to allow them to be overridden when declaring the class:

  class{'sshkeys':
    keymaster_storage => '/common/puppet/keys',
    home => '/common/home',
  }

  # Put private key for internal access to home directory
  sshkeys::set_client_key_pair{'rsherman-internal':
    keyname => 'rsherman_internal',
    user => 'rsherman',
  }

  # Enable internal access key
  sshkeys::set_authorized_keys{'rsherman-internal':
    keyname => 'rsherman_internal',
    user => 'rsherman',
  }


Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant