Thanks to visit codestin.com
Credit goes to github.com

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

Parameterized keymaster_storage and home#1

Open
shermdog wants to merge 3 commits into
boklm:masterfrom
shermdog:master
Open

Parameterized keymaster_storage and home#1
shermdog wants to merge 3 commits into
boklm:masterfrom
shermdog:master

Conversation

@shermdog

Copy link
Copy Markdown

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