Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. ################################################################################
  2. # Define: functions::ssh_auth_keys #
  3. ################################################################################
  4. define functions::ssh_auth_keys(
  5. Hash $ssh_auth_keys = hiera('functions::ssh_auth_keys')
  6. ) {
  7. create_resources('ssh_authorized_key', $ssh_keys, $ssh_key_defaults)
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement